mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2024-12-26 14:45:30 +03:00
gh
This commit is contained in:
parent
7bc40fc22d
commit
b1748ba28e
9
.github/workflows/develop.yml
vendored
9
.github/workflows/develop.yml
vendored
@ -10,15 +10,18 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout
|
||||||
name: Checkout Code
|
name: Checkout Code
|
||||||
|
|
||||||
- name: Setup MSBuild Path
|
- name: Setup MSBuild Path
|
||||||
uses: warrenbuckley/Setup-MSBuild@v1
|
uses: warrenbuckley/Setup-MSBuild
|
||||||
|
|
||||||
- name: Setup NuGet
|
- name: Setup NuGet
|
||||||
uses: NuGet/setup-nuget@v1.0.2
|
uses: NuGet/setup-nuget
|
||||||
|
|
||||||
- name: Restore NuGet Packages
|
- name: Restore NuGet Packages
|
||||||
run: nuget restore src/UniversalValveToolbox.sln
|
run: nuget restore src/UniversalValveToolbox.sln
|
||||||
|
Loading…
Reference in New Issue
Block a user