From 68677f4766b0c282e615cea63a9969f03a017185 Mon Sep 17 00:00:00 2001 From: STAM Date: Wed, 13 Apr 2022 21:55:28 +0300 Subject: [PATCH] gha --- .github/workflows/develop.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 0fbe692..fb86cf0 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -18,15 +18,18 @@ jobs: - name: Set the value run: echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV - - uses: actions/checkout - name: Checkout Code - - - name: Setup MSBuild Path - uses: warrenbuckley/Setup-MSBuild - + - name: Checkout Code + uses: actions/checkout@master + + - 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