Fix build pipelines

pull/998/head
Next Turn 2023-01-19 21:01:39 +08:00
parent 7b2923f88b
commit c8629ab5ba
No known key found for this signature in database
GPG Key ID: 6A02A6770B9A88A0
1 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,6 @@ steps:
inputs:
packageType: sdk
version: 6.x
includePreviewVersions: true
- task: DotNetCoreCLI@2
displayName: Build
inputs:
@ -48,6 +47,10 @@ steps:
command: test
projects: src\WinSW.Tests\WinSW.Tests.csproj
arguments: -c $(BuildConfiguration) --collect "XPlat Code Coverage" --no-build
- task: NuGetToolInstaller@1
displayName: Install NuGet
inputs:
versionSpec: 6.x
- task: NuGetCommand@2
displayName: Pack
inputs: