Update build.yml

This commit is contained in:
Koen
2021-09-17 02:52:21 +08:00
committed by GitHub
parent a94702bcc3
commit 33ebe75362

View File

@@ -46,6 +46,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
include-prerelease: True
- name: Pack v1
run: |
dotnet pack -v normal -c DebugV1 --include-symbols --include-source -p:PackageVersion=1.0.0-pre-$GITHUB_RUN_ID -o nupkg