Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build/pipelines/ci-caching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ stages:
name: SHINE-INT-L
${{ else }}:
name: SHINE-OSS-L
demands: ImageOverride -equals SHINE-VS17-Latest-2025
buildPlatforms: [x64]
buildConfigurations: [AuditMode]
buildEverything: true
Expand All @@ -78,6 +79,7 @@ stages:
name: SHINE-INT-L
${{ else }}:
name: SHINE-OSS-L
demands: ImageOverride -equals SHINE-VS17-Latest-2025
buildPlatforms:
- ${{ platform }}
buildConfigurations: [Release]
Expand Down
2 changes: 2 additions & 0 deletions build/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ stages:
name: SHINE-INT-L
${{ else }}:
name: SHINE-OSS-L
demands: ImageOverride -equals SHINE-VS17-Latest-2025
buildPlatforms: [x64]
buildConfigurations: [AuditMode]
buildEverything: true
Expand All @@ -82,6 +83,7 @@ stages:
name: SHINE-INT-L
${{ else }}:
name: SHINE-OSS-L
demands: ImageOverride -equals SHINE-VS17-Latest-2025
buildPlatforms:
- ${{ platform }}
buildConfigurations: [Release]
Expand Down
1 change: 1 addition & 0 deletions build/pipelines/feature-flag-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ stages:
parameters:
pool: # This only runs in CI
name: SHINE-OSS-L
demands: ImageOverride -equals SHINE-VS17-Latest-2025
buildPlatforms: [x64]
buildConfigurations: [Release]
buildEverything: true
Expand Down
1 change: 1 addition & 0 deletions build/pipelines/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ stages:
name: SHINE-INT-L
${{ else }}:
name: SHINE-OSS-L
demands: ImageOverride -equals SHINE-VS17-Latest-2025
buildPlatforms: [x64]
buildConfigurations: [Fuzzing]
buildEverything: true
Expand Down
1 change: 1 addition & 0 deletions build/pipelines/pgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ stages:
name: SHINE-INT-L
${{ else }}:
name: SHINE-OSS-L
demands: ImageOverride -equals SHINE-VS17-Latest-2025
branding: ${{ parameters.branding }}
buildPlatforms: ${{ parameters.buildPlatforms }}
buildConfigurations: [Release]
Expand Down
Loading