Update msbuild.yml
This commit is contained in:
parent
ba4e81e6b3
commit
9dac657472
1 changed files with 1 additions and 1 deletions
2
.github/workflows/msbuild.yml
vendored
2
.github/workflows/msbuild.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup MSBuild
|
- name: Setup MSBuild
|
||||||
uses: microsoft/setup-msbuild@v1.0.2
|
uses: microsoft/setup-msbuild@v1.1.1
|
||||||
|
|
||||||
- name: Restore Solution
|
- name: Restore Solution
|
||||||
run: msbuild CreamInstaller.sln /t:Restore /p:Configuration=Release
|
run: msbuild CreamInstaller.sln /t:Restore /p:Configuration=Release
|
||||||
|
|
Loading…
Reference in a new issue