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
|
packageType: sdk
|
||||||
version: 5.0.100
|
version: 5.0.100
|
||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: NuGet restore
|
displayName: 'dotnet restore'
|
||||||
inputs:
|
inputs:
|
||||||
restoreSolution: '$(solution)'
|
command: 'restore'
|
||||||
feedsToUse: config
|
projects: '**/*.csproj'
|
||||||
|
feedsToUse: 'config'
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: Publish single-exe x64
|
displayName: Publish single-exe x64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue