diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2cb9b48..c1419fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,6 +99,7 @@ build: # Only one project path can be passed as a parameter to 'dotnet build' command. script: - 'curl --create-dirs "https://gitgud.io/jikulopo/rjw/-/raw/1.5-test/1.5/Assemblies/RJW.dll" -o ../../rjw/1.5/Assemblies/RJW.dll' + - 'ls ../../rjw/1.5/Assemblies/RJW.dll' - 'dotnet build --no-restore' #tests: