Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-27 18:10:59 +00:00
parent 332a65eb7d
commit d39a01a962
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ build:
# Only one project path can be passed as a parameter to 'dotnet build' command.
script:
- 'echo $RJW_DLL_URL'
- 'curl --create-dirs $RJW_DLL_URL -o ../../rjw/1.4/Assemblies/RJW.dll'
- 'curl --create-dirs "$RJW_DLL_URL" -o ../../rjw/1.4/Assemblies/RJW.dll'
- 'dotnet build --no-restore'
#tests: