Update .gitlab-ci.yml file

This commit is contained in:
amevarashi 2024-04-27 18:01:08 +00:00
parent 45e84a83fc
commit 79a3dc684b
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ image: mcr.microsoft.com/dotnet/sdk:latest
#
variables:
# 1) Name of directory where restore and build objects are stored.
OBJECTS_DIRECTORY: 'obj'
OBJECTS_DIRECTORY: 'IdeologyAddon/obj'
# 2) Name of directory used for keeping restored dependencies.
NUGET_PACKAGES_DIRECTORY: '.nuget'
# 3) A relative path to the source code from project repository root.
@ -98,7 +98,7 @@ build:
# where it is located (e.g. 'dotnet build ./src/ConsoleApp').
# 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.4/Assemblies/RJW.dll'
- 'curl --create-dirs "$RJW_DLL_URL" -o ../../rjw/1.4/Assemblies/RJW.dll'
- 'dotnet build --no-restore'
#tests: