mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
80f0786960
commit
bc6c37e0cc
1 changed files with 5 additions and 3 deletions
|
@ -83,14 +83,16 @@ cache:
|
|||
# in the root of project repository, so its content can be cached.
|
||||
#
|
||||
# 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'
|
||||
#before_script:
|
||||
# - 'cd $SOURCE_CODE_PATH'
|
||||
# - 'dotnet restore --packages ../$NUGET_PACKAGES_DIRECTORY'
|
||||
|
||||
build:
|
||||
stage: build
|
||||
# ### Build all projects discovered from solution file.
|
||||
script:
|
||||
- 'cd $SOURCE_CODE_PATH'
|
||||
- 'dotnet restore --packages ../$NUGET_PACKAGES_DIRECTORY'
|
||||
- 'curl -s --create-dirs "$RJW_DLL_URL" -o ../../rjw/$RIMWORLD_VERSION/Assemblies/RJW.dll'
|
||||
- 'dotnet build --no-restore'
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue