mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
Revert "#549 - Apply the .NET Core Restore workaround"
This reverts commit 58d45e32eb.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user