mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2024-12-26 14:45:30 +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
|
- name: Set the value
|
||||||
run: echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
|
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
|
- name: Add msbuild to PATH
|
||||||
uses: warrenbuckley/Setup-MSBuild
|
uses: microsoft/setup-msbuild@v1.1
|
||||||
|
with:
|
||||||
|
vs-prerelease: true
|
||||||
|
msbuild-architecture: x86
|
||||||
|
|
||||||
- name: Setup NuGet
|
- name: Setup NuGet
|
||||||
uses: NuGet/setup-nuget
|
uses: NuGet/setup-nuget@v1
|
||||||
|
|
||||||
- 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