Compare commits

..

No commits in common. "4136e131e799e71d51cc23933ee75cb66bfeffeb" and "c748aa266ac15dd6e32bcc6fc93238b30a56eec3" have entirely different histories.

View file

@ -93,16 +93,6 @@ build:
script: script:
- 'curl -s --create-dirs "$RJW_DLL_URL" -o ../../rjw/$RIMWORLD_VERSION/Assemblies/RJW.dll' - 'curl -s --create-dirs "$RJW_DLL_URL" -o ../../rjw/$RIMWORLD_VERSION/Assemblies/RJW.dll'
- 'dotnet build --no-restore' - 'dotnet build --no-restore'
artifacts:
untracked: false
when: on_success
expire_in: 3 days
paths:
- "*" # Incluse everything
exclude:
- ".*" # Exclude dot files
- ".*/**/*" # Exclude everything in the dot folders
- "Source/**/*" # Exclude everything in the Source folder
#tests: #tests:
# stage: test # stage: test