Skip to content

Commit

Permalink
Update release-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elsand authored Dec 21, 2022
1 parent ddfda25 commit 4d58a7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
echo "SOLUTION=${SOLUTION}" >> $GITHUB_ENV
- name: Build
run: dotnet build --configuration Release /p:Version=${VERSION} ${SOLUTION}
- name: Test
run: dotnet test --configuration Release /p:Version=${VERSION} --no-build ${SOLUTION}
- name: Pack with debug symbols
run: dotnet pack --configuration Release /p:Version=${VERSION} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg --output . ${SOLUTION}
- name: Push
Expand Down

0 comments on commit 4d58a7d

Please sign in to comment.