From bf676efe47321cce6c7807c14c3231996013cd47 Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Mon, 29 Apr 2024 11:20:23 -0500 Subject: [PATCH] Print c# runtimes --- .github/workflows/csharp-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/csharp-tests.yml b/.github/workflows/csharp-tests.yml index 13357b3..490d02c 100644 --- a/.github/workflows/csharp-tests.yml +++ b/.github/workflows/csharp-tests.yml @@ -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