Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ifgris authored Jul 27, 2023
1 parent 16c3116 commit 11c850e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,3 @@ jobs:
run: dotnet build --no-restore --configuration Release
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Pack the project
run: dotnet pack --configuration Release --include-symbols --output ./bin/Release/net6.0 /p:SymbolPackageFormat=snupkg
- name: Upload release assets
uses: actions/upload-release-asset@v1
with:
asset_path: |
./bin/Release/net6.0/*.nupkg
./bin/Release/net6.0/*.snupkg
asset_name: ${{ github.repository }} ${GITHUB_REF##*/} build artifacts
asset_content_type: application/zip
tag_name: ${{ github.ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 11c850e

Please sign in to comment.