Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-27 15:22:58 +00:00
parent 3bcc4f334e
commit f718e863e3
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ variables:
NUGET_PACKAGES_DIRECTORY: '.nuget'
# 3) A relative path to the source code from project repository root.
# NOTE: Please edit this path so it matches the structure of your project!
SOURCE_CODE_PATH: '*/*/'
SOURCE_CODE_PATH: 'Source/'
# ### Define global cache rule
#