Install MSBuild

This commit is contained in:
jklingen 2025-01-05 11:38:15 +01:00
commit feec29ed74

View file

@ -29,13 +29,10 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up .NET - name: Install MSBuild
uses: actions/setup-dotnet@v3 run: |
with: choco install microsoft-build-tools -y
dotnet-version: '5.x.x' echo '##[add-path]C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin'
- name: Install NuGet
uses: NuGet/setup-nuget@v1
- name: Restore NuGet packages - name: Restore NuGet packages
run: nuget restore src/Greenshot.sln run: nuget restore src/Greenshot.sln