mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13:23 -07:00
Install MSBuild Community Tasks
This commit is contained in:
parent
73440276cd
commit
008c68323e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -39,6 +39,10 @@ jobs:
|
|||
choco install visualstudio2019buildtools --version=16.11.7
|
||||
choco install microsoft-build-tools --version=15.0.26320.2
|
||||
|
||||
- name: Install MSBuild Community Tasks
|
||||
run: |
|
||||
choco install msbuild.community.tasks
|
||||
|
||||
- name: Verify MSBuild is available
|
||||
run: |
|
||||
echo "Checking MSBuild version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue