mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-21 07:17:56 +08:00
[Build][Temp] Try using .NET 7 prior to XAML formatting and then switch to .NET 8 after
This commit is contained in:
parent
2a7b4929ad
commit
8a26ca0747
@ -8,11 +8,10 @@ steps:
|
|||||||
clean: true
|
clean: true
|
||||||
|
|
||||||
- task: UseDotNet@2
|
- task: UseDotNet@2
|
||||||
displayName: 'Use .NET 8 SDK'
|
displayName: 'Use .NET 7 SDK'
|
||||||
inputs:
|
inputs:
|
||||||
packageType: sdk
|
packageType: sdk
|
||||||
version: '8.x'
|
version: '7.x'
|
||||||
includePreviewVersions: true
|
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Verify XAML formatting
|
displayName: Verify XAML formatting
|
||||||
@ -63,6 +62,13 @@ steps:
|
|||||||
arguments: -solution '$(build.sourcesdirectory)\installer\PowerToysSetup.sln'
|
arguments: -solution '$(build.sourcesdirectory)\installer\PowerToysSetup.sln'
|
||||||
pwsh: true
|
pwsh: true
|
||||||
|
|
||||||
|
- task: UseDotNet@2
|
||||||
|
displayName: 'Use .NET 8 SDK'
|
||||||
|
inputs:
|
||||||
|
packageType: sdk
|
||||||
|
version: '8.x'
|
||||||
|
includePreviewVersions: true
|
||||||
|
|
||||||
- task: VisualStudioTestPlatformInstaller@1
|
- task: VisualStudioTestPlatformInstaller@1
|
||||||
displayName: Ensure VSTest Platform
|
displayName: Ensure VSTest Platform
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user