mirror of https://github.com/winsw/winsw
Fix build pipelines
parent
9bfc034807
commit
3e0b6e8a28
|
@ -31,7 +31,6 @@ steps:
|
||||||
inputs:
|
inputs:
|
||||||
packageType: sdk
|
packageType: sdk
|
||||||
version: 6.x
|
version: 6.x
|
||||||
includePreviewVersions: true
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: Build
|
displayName: Build
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -44,6 +43,10 @@ steps:
|
||||||
displayName: Build
|
displayName: Build
|
||||||
- script: dotnet test -c $(BuildConfiguration) --collect "XPlat Code Coverage" --no-build src\WinSW.Tests\WinSW.Tests.csproj
|
- script: dotnet test -c $(BuildConfiguration) --collect "XPlat Code Coverage" --no-build src\WinSW.Tests\WinSW.Tests.csproj
|
||||||
displayName: Test
|
displayName: Test
|
||||||
|
- task: NuGetToolInstaller@1
|
||||||
|
displayName: Install NuGet
|
||||||
|
inputs:
|
||||||
|
versionSpec: 6.x
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
displayName: Pack
|
displayName: Pack
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in New Issue