We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776fddc commit 9143ccaCopy full SHA for 9143cca
.github/workflows/main.yml
@@ -160,7 +160,7 @@ jobs:
160
161
# Build the project using single wildcard (i.e. 1.x.x-*)
162
- name: build project (single floating version)
163
- 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
164
shell: pwsh
165
166
# Build the project using double wildcard (i.e. 1.*-*)
0 commit comments