mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +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
|
||||
|
||||
- task: NuGetToolInstaller@0
|
||||
displayName: Ensure NuGet 5.5.0
|
||||
displayName: Ensure NuGet 5.8.0
|
||||
inputs:
|
||||
versionSpec: 5.5.0
|
||||
versionSpec: 5.8.0
|
||||
|
||||
- task: VisualStudioTestPlatformInstaller@1
|
||||
displayName: Ensure VSTest Platform
|
||||
@@ -105,4 +105,4 @@ steps:
|
||||
**\UnitTests-SvgPreviewHandler.dll
|
||||
**\powerpreviewTest.dll
|
||||
!**\obj\**
|
||||
# **\PowerRenameUnitTests.dll
|
||||
# **\PowerRenameUnitTests.dll
|
||||
|
||||
Reference in New Issue
Block a user