Update checks.yml
This commit is contained in:
parent
84a321112b
commit
edcddb3c5e
1 changed files with 3 additions and 7 deletions
10
.github/workflows/checks.yml
vendored
10
.github/workflows/checks.yml
vendored
|
@ -9,13 +9,9 @@ on:
|
|||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
name: Build
|
||||
runs-on: windows-latest
|
||||
|
||||
env:
|
||||
Solution_Name: CreamInstaller.sln
|
||||
Test_Project_Path: CreamInstaller\CreamInstaller.csproj
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -40,7 +36,7 @@ jobs:
|
|||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
|
||||
- name: Restore Solution
|
||||
run: msbuild $env:Solution_Name /t:Restore /p:Configuration=Release
|
||||
run: msbuild CreamInstaller.sln /t:Restore /p:Configuration=Release
|
||||
|
||||
- name: Build Solution
|
||||
run: msbuild $env:Solution_Name /t:Build /p:Configuration=Release
|
||||
run: msbuild CreamInstaller.sln /t:Build /p:Configuration=Release
|
||||
|
|
Loading…
Reference in a new issue