Skip to content

Commit

Permalink
Fix an issue with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmezach committed Aug 24, 2020
1 parent 7bd3826 commit b186c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*-*)
Expand Down

0 comments on commit b186c41

Please sign in to comment.