We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cd4d4 commit cbd26e1Copy full SHA for cbd26e1
.github/workflows/ci.yml
@@ -273,7 +273,7 @@ jobs:
273
- name: Package
274
env:
275
PACKAGEDIR: '${{ github.workspace }}/release/'
276
- if: ${{ matrix.os == 'ubuntu-latest' }}
+ if: ${{ ! (github.event.inputs.nuget ) && matrix.os == 'ubuntu-latest' }}
277
run: |
278
mkdir $PACKAGEDIR
279
dotnet pack --no-build -c ${{ env.BUILD_CONFIG }} -o $PACKAGEDIR -p:PackageVersion=${{ steps.gitversion.outputs.majorMinorPatch }}-${{ steps.gitversion.outputs.EscapedBranchName }}.${{ steps.gitversion.outputs.CommitsSinceVersionSource }}
0 commit comments