Update checks.yml

This commit is contained in:
pointfeev 2021-08-09 07:11:29 -05:00 committed by GitHub
parent 84a321112b
commit edcddb3c5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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