Skip to content
Merged
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
1 change: 1 addition & 0 deletions build/WindowsAppSDK-BuildDevCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ extends:
name: 'windows_undocked' # windows undocked
featureFlags:
WindowsHostVersion:
Version: 2022
Network: R1

stages:
Expand Down
2 changes: 1 addition & 1 deletion build/WindowsAppSDK-CommonVariables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ variables:
ob_sdl_msbuildOverride: true

# Docker image which is used to build the project https://aka.ms/obpipelines/containers
WindowsContainerImage: 'onebranch.azurecr.io/windows/ltsc2019/vse2022:latest'
WindowsContainerImage: 'onebranch.azurecr.io/windows/ltsc2022/vse2022:latest'

Codeql.Enabled: true # CodeQL runs every 3 days on the default branch for all languages its applicable to in that pipeline.

Expand Down
3 changes: 2 additions & 1 deletion build/WindowsAppSDK-Foundation-DevTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ extends:
featureFlags:
EnableCDPxPAT: false
WindowsHostVersion:
Version: 2022
Network: R1

platform:
Expand Down Expand Up @@ -176,4 +177,4 @@ extends:
TestOnArm64: ${{ parameters.TestOnArm64 }}
runStaticAnalysis: ${{ parameters.runStaticAnalysis }}
maxParallel_x64: ${{ variables.maxParallelForBuildSamplesCompatJob_x64 }}
maxParallel_arm64: ${{ variables.maxParallelForBuildSamplesCompatJob_arm64 }}
maxParallel_arm64: ${{ variables.maxParallelForBuildSamplesCompatJob_arm64 }}
1 change: 1 addition & 0 deletions build/WindowsAppSDK-Foundation-Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ extends:
featureFlags:
EnableCDPxPAT: false
WindowsHostVersion:
Version: 2022
Network: R1

platform:
Expand Down
1 change: 1 addition & 0 deletions build/WindowsAppSDK-Foundation-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ extends:
featureFlags:
EnableCDPxPAT: false
WindowsHostVersion:
Version: 2022
Network: R1

platform:
Expand Down
1 change: 1 addition & 0 deletions build/WindowsAppSDK-Foundation-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ extends:
featureFlags:
EnableCDPxPAT: false
WindowsHostVersion:
Version: 2022
Network: R1

platform:
Expand Down
Loading