Update msbuild.yml
This commit is contained in:
parent
19aee82821
commit
e721634de1
1 changed files with 2 additions and 5 deletions
7
.github/workflows/msbuild.yml
vendored
7
.github/workflows/msbuild.yml
vendored
|
@ -7,8 +7,8 @@ on:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
restore:
|
||||||
name: Build
|
name: Restore
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -22,6 +22,3 @@ jobs:
|
||||||
|
|
||||||
- name: Restore Solution
|
- name: Restore Solution
|
||||||
run: msbuild CreamInstaller.sln /t:Restore /p:Configuration=Release
|
run: msbuild CreamInstaller.sln /t:Restore /p:Configuration=Release
|
||||||
|
|
||||||
- name: Build Solution
|
|
||||||
run: msbuild CreamInstaller.sln /t:Build /p:Configuration=Release
|
|
||||||
|
|
Loading…
Reference in a new issue