Delete msbuild.yml
This commit is contained in:
parent
7301ba7ce5
commit
11ff5e3407
1 changed files with 0 additions and 24 deletions
24
.github/workflows/msbuild.yml
vendored
24
.github/workflows/msbuild.yml
vendored
|
@ -1,24 +0,0 @@
|
|||
name: MSBuild
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
restore:
|
||||
name: Restore
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup MSBuild
|
||||
uses: microsoft/setup-msbuild@v1.1
|
||||
|
||||
- name: Restore Solution
|
||||
run: msbuild CreamInstaller.sln /t:Restore /p:Configuration=Release
|
Loading…
Reference in a new issue