mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Install MSBuild
This commit is contained in:
parent
3c3de6db82
commit
feec29ed74
1 changed files with 4 additions and 7 deletions
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
|
@ -29,13 +29,10 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '5.x.x'
|
||||
|
||||
- name: Install NuGet
|
||||
uses: NuGet/setup-nuget@v1
|
||||
- name: Install MSBuild
|
||||
run: |
|
||||
choco install microsoft-build-tools -y
|
||||
echo '##[add-path]C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin'
|
||||
|
||||
- name: Restore NuGet packages
|
||||
run: nuget restore src/Greenshot.sln
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue