Skip to content

Commit

Permalink
removing symbols from nuget package to confirm push error.
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjenkins committed Jan 4, 2024
1 parent 4923bb4 commit 38b121a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Pack
#run: dotnet pack --configuration Release /p:Version=${{steps.get_version.outputs.RELEASE_VERSION}}-ci-${GITHUB_RUN_NUMBER} --include-symbols --output .
run: dotnet pack --configuration Release -p:Version=${{steps.get_version.outputs.RELEASE_VERSION}}-ci-${GITHUB_RUN_NUMBER} --include-symbols --output .
run: dotnet pack --configuration Release -p:Version=${{steps.get_version.outputs.RELEASE_VERSION}}-ci-${GITHUB_RUN_NUMBER} --output .
if: ${{ steps.detect_develop.outcome == 'success' }}

- name: Push to Nuget
Expand Down

0 comments on commit 38b121a

Please sign in to comment.