mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13:23 -07:00
Configure NuGet
This commit is contained in:
parent
eb5ce30ffb
commit
8249ff064d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -32,6 +32,9 @@ jobs:
|
|||
with:
|
||||
dotnet-version: '5.0.100'
|
||||
|
||||
- name: Configure NuGet
|
||||
run: nuget sources Add -Name "NuGet.org" -Source "https://api.nuget.org/v3/index.json"
|
||||
|
||||
- name: Install MSBuild.Community.Tasks
|
||||
run: nuget install MSBuild.Community.Tasks -Version 1.5.0.235 -OutputDirectory packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue