File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/baselines Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ jobs:
83
83
pool :
84
84
${{ if eq(variables['System.TeamProject'], 'public') }} :
85
85
name : $(DncEngPublicBuildPool)
86
- image : 1es-windows-2019 -open
86
+ image : 1es-windows-2022 -open
87
87
os : windows
88
88
${{ if eq(variables['System.TeamProject'], 'internal') }} :
89
89
name : $(DncEngInternalBuildPool)
90
- image : 1es-windows-2019
90
+ image : 1es-windows-2022
91
91
os : windows
92
92
${{ if eq(parameters.agentOs, 'Linux') }} :
93
93
pool :
Original file line number Diff line number Diff line change @@ -238,7 +238,6 @@ index ------------
238
238
- ./sdk/x.y.z/Containers/tasks/net472/System.Reflection.Metadata.dll
239
239
- ./sdk/x.y.z/Containers/tasks/net472/System.Reflection.MetadataLoadContext.dll
240
240
- ./sdk/x.y.z/Containers/tasks/net472/System.Runtime.CompilerServices.Unsafe.dll
241
- - ./sdk/x.y.z/Containers/tasks/net472/System.Security.AccessControl.dll
242
241
- ./sdk/x.y.z/Containers/tasks/net472/System.Security.Principal.Windows.dll
243
242
- ./sdk/x.y.z/Containers/tasks/net472/System.Text.Encodings.Web.dll
244
243
- ./sdk/x.y.z/Containers/tasks/net472/System.Text.Json.dll
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.15.5)
2
2
3
+ set (CMAKE_GENERATOR_TOOLSET "v143" )
4
+
3
5
# Create project named finalizer, this will
4
6
# will generate Finalizer.vcxproj
5
7
project (Finalizer)
You can’t perform that action at this time.
0 commit comments