File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ extends:
27
27
platform :
28
28
name : ' windows_undocked'
29
29
product : ' build_tools'
30
+
31
+ featureFlags :
32
+ WindowsHostVersion :
33
+ Version : 2022
30
34
31
35
cloudvault :
32
36
enabled : false
@@ -117,8 +121,6 @@ extends:
117
121
inputs :
118
122
script : |
119
123
set TargetDir=$(ob_outputDirectory)
120
- rd /s /q %TargetDir% >nul 2>&1
121
- md %TargetDir%
122
124
cd %TargetDir%
123
125
124
126
copy $(Build.SourcesDirectory)\vsix\Microsoft.Cpp.CppWinRT.props
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ extends:
31
31
name : ' windows_undocked'
32
32
product : ' build_tools'
33
33
34
+ featureFlags :
35
+ WindowsHostVersion :
36
+ Version : 2022
37
+
34
38
globalSdl :
35
39
isNativeCode : true
36
40
tsa :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ variables:
10
10
NUGET_XMLDOC_MODE : none
11
11
12
12
# Docker image which is used to build the project https://aka.ms/obpipelines/containers
13
- WindowsContainerImage : ' onebranch.azurecr.io/windows/ltsc2019 /vse2022:latest'
13
+ WindowsContainerImage : ' onebranch.azurecr.io/windows/ltsc2022 /vse2022:latest'
14
14
15
15
Codeql.Enabled : true # CodeQL once every 3 days on the default branch for all languages its applicable to in that pipeline.
16
16
GDN_USE_DOTNET : true
You can’t perform that action at this time.
0 commit comments