We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd3826 commit b186c41Copy full SHA for b186c41
.github/workflows/main.yml
@@ -143,7 +143,7 @@ jobs:
143
144
# Build the project using single wildcard (i.e. 1.x.x-*)
145
- name: build project (single floating version)
146
- 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
147
shell: pwsh
148
149
# Build the project using double wildcard (i.e. 1.*-*)
0 commit comments