mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2025-01-27 14:08:09 +03:00
gh develop
This commit is contained in:
parent
15d1a1963e
commit
7bc40fc22d
30
.github/workflows/develop.yml
vendored
Normal file
30
.github/workflows/develop.yml
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
name: develop
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
name: Checkout Code
|
||||
|
||||
- name: Setup MSBuild Path
|
||||
uses: warrenbuckley/Setup-MSBuild@v1
|
||||
|
||||
- name: Setup NuGet
|
||||
uses: NuGet/setup-nuget@v1.0.2
|
||||
|
||||
- name: Restore NuGet Packages
|
||||
run: nuget restore src/UniversalValveToolbox.sln
|
||||
|
||||
- name: Build Debug
|
||||
run: msbuild src/UniversalValveToolbox.sln /p:Configuration=Debug
|
||||
|
||||
- name: Build Release
|
||||
run: msbuild src/UniversalValveToolbox.sln /p:Configuration=Release
|
Loading…
x
Reference in New Issue
Block a user