Skip to content

Commit 490d3a8

Browse files
jshigetomiJustin Chung
and
Justin Chung
authored
Update package pipeline windows image version (PowerShell#25191)
Co-authored-by: Justin Chung <chungjustin@microsoft.com>
1 parent 48b25da commit 490d3a8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.pipelines/PowerShell-Packages-Official.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ variables:
5151
- name: ob_outputDirectory
5252
value: '$(Build.ArtifactStagingDirectory)/ONEBRANCH_ARTIFACT'
5353
- name: WindowsContainerImage
54-
value: 'onebranch.azurecr.io/windows/ltsc2019/vse2022:latest' # Docker image which is used to build the project
54+
value: 'onebranch.azurecr.io/windows/ltsc2022/vse2022:latest' # Docker image which is used to build the project
5555
- name: LinuxContainerImage
5656
value: mcr.microsoft.com/onebranch/cbl-mariner/build:2.0
5757
- group: mscodehub-feed-read-general
@@ -83,6 +83,9 @@ extends:
8383
cloudvault:
8484
enabled: false
8585
featureFlags:
86+
WindowsHostVersion:
87+
Version: 2022
88+
Network: KS3
8689
linuxEsrpSigning: true
8790
globalSdl:
8891
disableLegacyManifest: true

.pipelines/templates/checkAzureContainer.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
inputs:
5757
azureSubscription: az-blob-cicd-infra
5858
scriptType: inlineScript
59-
azurePowerShellVersion: latestVersion
59+
azurePowerShellVersion: LatestVersion
60+
pwsh: true
6061
inline: |
6162
$containersToDelete = @('$(AzureVersion)', '$(AzureVersion)-private', '$(AzureVersion)-nuget', '$(AzureVersion)-gc')
6263

0 commit comments

Comments
 (0)