Skip to content

Commit

Permalink
Update build-release.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki authored Jan 10, 2025
1 parent b2f4307 commit 1309acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
- run: dotnet tool restore
- run: dotnet build -c Release -p:VersionPrefix=${{ inputs.tag }} -p:DefineConstants=RUNNING_IN_CI
- run: dotnet retest -- -c Release --no-build
- run: dotnet pack -c Release --no-build -p:VersionPrefix=${{ inputs.tag }} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg -o ./publish
Expand Down

0 comments on commit 1309acb

Please sign in to comment.