mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 21:15:36 +00:00
Make CS binaries available at a fixed URL, too.
This commit is contained in:
parent
0de2ccc98a
commit
667545adb9
1 changed files with 4 additions and 0 deletions
|
@ -426,6 +426,10 @@ Windows_MSBuild_CS_Release:
|
|||
variables:
|
||||
<<: *cs-targets
|
||||
config: "Release"
|
||||
rules:
|
||||
# run this for both pushes and schedules so 'latest successful pipeline for branch' always includes it
|
||||
- if: $CI_PIPELINE_SOURCE == "push"
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
|
||||
Windows_MSBuild_CS_Debug:
|
||||
extends:
|
||||
|
|
Loading…
Reference in a new issue