mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-19 14:27:55 +08:00
[Build] Temporarily move .NET 8 SDK task before XAML formatting
This commit is contained in:
parent
749a717fdd
commit
2a7b4929ad
@ -7,6 +7,13 @@ steps:
|
|||||||
submodules: true
|
submodules: true
|
||||||
clean: true
|
clean: true
|
||||||
|
|
||||||
|
- task: UseDotNet@2
|
||||||
|
displayName: 'Use .NET 8 SDK'
|
||||||
|
inputs:
|
||||||
|
packageType: sdk
|
||||||
|
version: '8.x'
|
||||||
|
includePreviewVersions: true
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: Verify XAML formatting
|
displayName: Verify XAML formatting
|
||||||
inputs:
|
inputs:
|
||||||
@ -56,13 +63,6 @@ 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