From 0f19e490e4a5d1f8b62887533992c859b5ed332e Mon Sep 17 00:00:00 2001 From: kerenr-jfrog Date: Mon, 16 Sep 2024 11:25:28 +0300 Subject: [PATCH] fix tests.yml --- .github/workflows/tests.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 402d4fb..a465e56 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,12 +36,15 @@ jobs: nuget-${{ runner.os }}- - name: Restore dependencies - run: dotnet restore + run: | + dotnet restore + nuget restore - name: Download JFrog CLI executable - - uses: jfrog/setup-jfrog-cli@v4 - with: - version: ${{ env.JFROG_CLI_VERSION }} + uses: jfrog/setup-jfrog-cli@v4 + with: + version: ${{ env.JFROG_CLI_VERSION }} + - name: Build VSIX Project # build the vsix project using multi-core compilation and parallel builds