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 ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
restore:
|
||||
name: Restore
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
|
@ -22,6 +22,3 @@ jobs:
|
|||
|
||||
- name: Restore Solution
|
||||
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