From b186c41b10f2830591692a2024057d0d3a041634 Mon Sep 17 00:00:00 2001 From: Jonathan Mezach Date: Mon, 24 Aug 2020 16:59:48 +0200 Subject: [PATCH] Fix an issue with CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d3b0508..62af0143 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -143,7 +143,7 @@ jobs: # Build the project using single wildcard (i.e. 1.x.x-*) - name: build project (single floating version) - run: dotnet build ./test/TestProjectWithSDKRef/TestProjectWithSDKRef.csproj /bl /p:DependencyVersion="${Env:NBGV_Version}-*" /warnaserror:SQL71502 + run: dotnet build ./test/TestProjectWithSDKRef/TestProjectWithSDKRef.csproj /bl /p:DependencyVersion="${Env:NBGV_SimpleVersion}-*" /warnaserror:SQL71502 shell: pwsh # Build the project using double wildcard (i.e. 1.*-*)