mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Remove MSBuild.Community.Tasks from Pipeline Again
This commit is contained in:
parent
4bf41881c4
commit
9bdb2dcf65
1 changed files with 2 additions and 4 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -32,12 +32,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: '5.0.100'
|
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
|
- name: Restore nuget packages and generate credential templates
|
||||||
run: |
|
run: |
|
||||||
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
|
dotnet msbuild src/Greenshot.sln /restore /t:PrepareForBuild /p:Configuration=Release /p:Platform="Any CPU"
|
||||||
|
|
||||||
- name: Build and package
|
- name: Build and package
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue