mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Install Visual Studio Build Tools
This commit is contained in:
parent
f74387da96
commit
eac6296459
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -34,6 +34,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: '5.x.x'
|
dotnet-version: '5.x.x'
|
||||||
|
|
||||||
|
- name: Install Visual Studio Build Tools
|
||||||
|
run: |
|
||||||
|
choco install visualstudio2019buildtools --version=16.11.7
|
||||||
|
choco install microsoft-build-tools --version=15.0.26320.2
|
||||||
|
|
||||||
- name: Verify MSBuild is available
|
- name: Verify MSBuild is available
|
||||||
run: |
|
run: |
|
||||||
echo "Checking MSBuild version"
|
echo "Checking MSBuild version"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue