mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 14:24:43 -07:00
Changed nuget restore to use the dotnet cli.
This commit is contained in:
parent
cad432a899
commit
a87d6a8fb2
1 changed files with 5 additions and 4 deletions
|
@ -30,11 +30,12 @@ steps:
|
|||
packageType: sdk
|
||||
version: 5.0.100
|
||||
|
||||
- task: NuGetCommand@2
|
||||
displayName: NuGet restore
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: 'dotnet restore'
|
||||
inputs:
|
||||
restoreSolution: '$(solution)'
|
||||
feedsToUse: config
|
||||
command: 'restore'
|
||||
projects: '**/*.csproj'
|
||||
feedsToUse: 'config'
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: Publish single-exe x64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue