Revert "#549 - Apply the .NET Core Restore workaround"

This reverts commit 58d45e32eb.
pull/550/head
NextTurn 2018-11-26 00:00:00 +08:00
parent 58d45e32eb
commit 9926ed8303
No known key found for this signature in database
GPG Key ID: 17A0D50ADDE1A0C4
1 changed files with 0 additions and 6 deletions

View File

@ -28,12 +28,6 @@ jobs:
Release:
BuildConfiguration: Release
steps:
- task: DotNetCoreCLI@2
inputs:
command: 'restore'
projects: '**/*.csproj'
includeNuGetOrg: true
displayName: 'Restoring code using dotnet restore'
- script: |
dotnet build -c $(BuildConfiguration) src\winsw.sln -p:Version=$(BuildVersion)
dotnet publish -c $(BuildConfiguration) -f netcoreapp3.1 src\Core\ServiceWrapper\winsw.csproj -p:Version=$(BuildVersion)