This commit is contained in:
STAM 2022-04-13 21:48:53 +03:00
parent 7bc40fc22d
commit b1748ba28e
Signed by: stam
GPG Key ID: E149C3760CFA3C7E

View File

@ -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