mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2024-12-26 06:35:29 +03:00
gha
This commit is contained in:
parent
7ac39e94af
commit
68677f4766
13
.github/workflows/develop.yml
vendored
13
.github/workflows/develop.yml
vendored
@ -18,14 +18,17 @@ jobs:
|
||||
- name: Set the value
|
||||
run: echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
|
||||
|
||||
- uses: actions/checkout
|
||||
name: Checkout Code
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Setup MSBuild Path
|
||||
uses: warrenbuckley/Setup-MSBuild
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.1
|
||||
with:
|
||||
vs-prerelease: true
|
||||
msbuild-architecture: x86
|
||||
|
||||
- name: Setup NuGet
|
||||
uses: NuGet/setup-nuget
|
||||
uses: NuGet/setup-nuget@v1
|
||||
|
||||
- name: Restore NuGet Packages
|
||||
run: nuget restore src/UniversalValveToolbox.sln
|
||||
|
Loading…
Reference in New Issue
Block a user