Update msbuild.yml

This commit is contained in:
pointfeev 2021-08-09 07:21:32 -05:00 committed by GitHub
parent 19aee82821
commit e721634de1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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