Update dotnetframework.yml

This commit is contained in:
Markus Hofknecht 2021-04-13 18:39:53 +02:00 committed by GitHub
parent 7ff2768f94
commit f48306c27d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,6 @@ jobs:
- name: Nuget Restore
run: nuget restore SystemTrayMenu.sln
- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
uses: microsoft/setup-msbuild@v1
- name: Build with MSBuild
run: msbuild SystemTrayMenu.sln -p:Configuration=Release