mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13:23 -07:00
Try
This commit is contained in:
parent
1cc319ff3b
commit
1864daea51
1 changed files with 4 additions and 1 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -32,9 +32,12 @@ jobs:
|
|||
with:
|
||||
dotnet-version: '5.0.100'
|
||||
|
||||
- name: Install Microsoft.Build.Utilities.v4.0
|
||||
run: nuget install Microsoft.Build.Utilities.v4.0 -Version 4.0.0 -OutputDirectory packages
|
||||
|
||||
- name: Restore nuget packages and generate credential templates
|
||||
run: |
|
||||
dotnet msbuild src/Greenshot.sln /restore /t:PrepareForBuild /p:Configuration=Release /p:Platform="Any CPU"
|
||||
dotnet msbuild src/Greenshot.sln /restore /t:PrepareForBuild /p:Configuration=Release /p:Platform="Any CPU" /p:MSBuildExtensionsPath=$(pwd)/packages/MSBuild.Community.Tasks.1.5.0.235/tools
|
||||
|
||||
- name: Build and package
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue