mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
.net 5 requires 5.8
talked to Matteo Pagani, this should be the fix
This commit is contained in:
committed by
Andrey Nekrasov
parent
1d3e3f40fd
commit
0626519b4d
@@ -8,9 +8,9 @@ steps:
|
|||||||
clean: true
|
clean: true
|
||||||
|
|
||||||
- task: NuGetToolInstaller@0
|
- task: NuGetToolInstaller@0
|
||||||
displayName: Ensure NuGet 5.5.0
|
displayName: Ensure NuGet 5.8.0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: 5.5.0
|
versionSpec: 5.8.0
|
||||||
|
|
||||||
- task: VisualStudioTestPlatformInstaller@1
|
- task: VisualStudioTestPlatformInstaller@1
|
||||||
displayName: Ensure VSTest Platform
|
displayName: Ensure VSTest Platform
|
||||||
@@ -105,4 +105,4 @@ steps:
|
|||||||
**\UnitTests-SvgPreviewHandler.dll
|
**\UnitTests-SvgPreviewHandler.dll
|
||||||
**\powerpreviewTest.dll
|
**\powerpreviewTest.dll
|
||||||
!**\obj\**
|
!**\obj\**
|
||||||
# **\PowerRenameUnitTests.dll
|
# **\PowerRenameUnitTests.dll
|
||||||
|
|||||||
Reference in New Issue
Block a user