File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed
Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 2222 <GenerateDocumentationFile >true</GenerateDocumentationFile >
2323 <PackageOutputPath >$(RepositoryDirectory)bin\nupkg</PackageOutputPath >
2424 <GenerateLibraryLayout Condition =" $(IsWinUIProject)" >true</GenerateLibraryLayout >
25- <!-- Turned off until 16.11 (https://github.com/dotnet/msbuild/pull/6676) -->
26- <!-- <TreatWarningsAsErrors Condition="'$(Configuration)' == 'Release'">true</TreatWarningsAsErrors>-->
25+ <TreatWarningsAsErrors Condition =" '$(Configuration)' == 'Release'" >true</TreatWarningsAsErrors >
2726 </PropertyGroup >
2827 </When >
2928 <Otherwise >
Original file line number Diff line number Diff line change 99- rel/*
1010
1111pool :
12- vmImage : windows-2019
12+ vmImage : windows-2022
1313
1414variables :
1515 BuildConfiguration : Release
@@ -22,15 +22,15 @@ jobs:
2222 steps :
2323 - task : BatchScript@1
2424 inputs :
25- filename : " C:\\ Program Files (x86) \\ Microsoft Visual Studio\\ 2019 \\ Enterprise \\ Common7\\ Tools\\ VsDevCmd.bat"
25+ filename : " C:\\ Program Files\\ Microsoft Visual Studio\\ 2022 \\ Preview \\ Common7\\ Tools\\ VsDevCmd.bat"
2626 arguments : -no_logo
2727 modifyEnvironment : true
2828 displayName : Setup Environment Variables
2929
3030 - task : NuGetToolInstaller@1
31- displayName : Use NuGet 5.8.1
31+ displayName : Use NuGet 5.11.0
3232 inputs :
33- versionSpec : 5.8.1
33+ versionSpec : 5.11.0
3434
3535 - task : NuGetAuthenticate@0
3636 displayName : ' NuGet Authenticate'
4040 - task : UseDotNet@2
4141 displayName : ' Install .NET Core SDK'
4242 inputs :
43- version : 5.0.402
43+ version : 5.0.403
4444 performMultiLevelLookup : true
4545
4646 - task : DotNetCoreCLI@2
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ void RetrieveVersion()
109109void UpdateToolsPath ( MSBuildSettings buildSettings )
110110{
111111 // Workaround for https://github.com/cake-build/cake/issues/2128
112- var vsInstallation = VSWhereLatest ( new VSWhereLatestSettings { Requires = "Microsoft.Component.MSBuild" , IncludePrerelease = false } ) ;
112+ var vsInstallation = VSWhereLatest ( new VSWhereLatestSettings { Requires = "Microsoft.Component.MSBuild" , IncludePrerelease = true } ) ;
113113
114114 if ( vsInstallation != null )
115115 {
@@ -145,7 +145,7 @@ Task("Verify")
145145{
146146 VerifyHeaders ( false ) ;
147147
148- StartPowershellFile ( "./Find-WindowsSDKVersions.ps1" ) ;
148+ // StartPowershellFile("./Find-WindowsSDKVersions.ps1");
149149} ) ;
150150
151151Task ( "Version" )
@@ -268,7 +268,7 @@ Task("Test")
268268 Information ( "\n Running Unit Tests" ) ;
269269 var vswhere = VSWhereLatest ( new VSWhereLatestSettings
270270 {
271- IncludePrerelease = false
271+ IncludePrerelease = true
272272 } ) ;
273273
274274 var testSettings = new VSTestSettings
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 5.0.402 "
3+ "version" : " 5.0.403 "
44 },
55 "msbuild-sdks" : {
6- "MSBuild.Sdk.Extras" : " 3.0.23 "
6+ "MSBuild.Sdk.Extras" : " 3.0.38 "
77 }
88}
You can’t perform that action at this time.
0 commit comments