Skip to content

Commit 9143cca

Browse files
committed
Fix an issue with CI
1 parent 776fddc commit 9143cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160

161161
# Build the project using single wildcard (i.e. 1.x.x-*)
162162
- name: build project (single floating version)
163-
run: dotnet build ./test/TestProjectWithSDKRef/TestProjectWithSDKRef.csproj /bl /p:DependencyVersion="${Env:NBGV_Version}-*" /warnaserror:SQL71502
163+
run: dotnet build ./test/TestProjectWithSDKRef/TestProjectWithSDKRef.csproj /bl /p:DependencyVersion="${Env:NBGV_SimpleVersion}-*" /warnaserror:SQL71502
164164
shell: pwsh
165165

166166
# Build the project using double wildcard (i.e. 1.*-*)

0 commit comments

Comments
 (0)