Print c# runtimes

This commit is contained in:
Justin Traglia 2024-04-29 11:20:23 -05:00
parent 37871a86d8
commit bf676efe47
1 changed files with 3 additions and 1 deletions

View File

@ -118,7 +118,9 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@v3
- name: Install dependencies
run: cd bindings/csharp && dotnet restore
run: |
cd bindings/csharp && dotnet restore
find Ckzg.Bindings/runtimes
- name: Build
run: cd bindings/csharp && dotnet pack -c release --no-restore -o nupkgs -p:Version=${{ inputs.version || env.binding_build_number_based_version }} -p:ContinuousIntegrationBuild=true
- name: Upload package