Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-27 15:27:17 +00:00
parent f718e863e3
commit 97cd357cf7

View file

@ -84,6 +84,7 @@ cache:
#
# Learn more about GitLab cache: https://docs.gitlab.com/ee/ci/caching/index.html
before_script:
- 'cd $SOURCE_CODE_PATH'
- 'dotnet restore --packages $NUGET_PACKAGES_DIRECTORY'
build: