Skip to content

Commit b186c41

Browse files
committed
Fix an issue with CI
1 parent 7bd3826 commit b186c41

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
@@ -143,7 +143,7 @@ jobs:
143143

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

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

0 commit comments

Comments
 (0)