mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2024-12-26 06:35:29 +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:
|
||||
runs-on: windows-latest
|
||||
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout
|
||||
name: Checkout Code
|
||||
|
||||
- name: Setup MSBuild Path
|
||||
uses: warrenbuckley/Setup-MSBuild@v1
|
||||
uses: warrenbuckley/Setup-MSBuild
|
||||
|
||||
- name: Setup NuGet
|
||||
uses: NuGet/setup-nuget@v1.0.2
|
||||
uses: NuGet/setup-nuget
|
||||
|
||||
- name: Restore NuGet Packages
|
||||
run: nuget restore src/UniversalValveToolbox.sln
|
||||
|
Loading…
Reference in New Issue
Block a user