File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -90,20 +90,24 @@ jobs:
90
90
pool :
91
91
${{ if eq(parameters.agentOs, 'macOS') }} :
92
92
name : Azure Pipelines
93
- image : macOS-12
93
+ image : macOS-13
94
94
os : macOS
95
95
${{ if eq(parameters.agentOs, 'Linux') }} :
96
96
name : $(DncEngInternalBuildPool)
97
- image : 1es-ubuntu-2004
97
+ image : 1es-ubuntu-2204
98
98
os : linux
99
99
${{ if eq(parameters.agentOs, 'Windows') }} :
100
100
name : $(DncEngInternalBuildPool)
101
- image : windows.vs2019 .amd64
101
+ image : windows.vs2022preview .amd64
102
102
os : windows
103
103
steps :
104
104
- checkout : self
105
105
clean : true
106
106
107
+ - ${{ if eq(parameters.agentOs, 'Windows') }} :
108
+ - script : eng\common\init-tools-native.cmd
109
+ displayName : Install native dependencies
110
+
107
111
- task : CacheBeta@1
108
112
inputs :
109
113
key : vcpkg | ${{ parameters.agentOs }} | azure-pipelines.yml
@@ -145,4 +149,4 @@ jobs:
145
149
inputs :
146
150
testRunner : junit
147
151
testResultsFiles : ' $(Build.ArtifactStagingDirectory)/testOut/**/*.xml'
148
- testRunTitle : ${{ parameters.agentOs }}-unit_test
152
+ testRunTitle : ${{ parameters.agentOs }}-unit_test
Original file line number Diff line number Diff line change 10
10
"msbuild-sdks" : {
11
11
"Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.24475.3" ,
12
12
"Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.24475.3"
13
+ },
14
+ "native-tools" : {
15
+ "cmake" : " 3.21.0"
13
16
}
14
17
}
You can’t perform that action at this time.
0 commit comments