From 2bed3c3dde7c7e3d676821d37ae44b3076c34a01 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Wed, 2 Oct 2024 22:52:03 +0100 Subject: [PATCH] Tighten package sources in C# smoketests (#133) ## Description of Changes Same as https://github.com/clockworklabs/SpacetimeDB/pull/1735 but for this repo. ## API - [ ] This is an API breaking change to the SDK *If the API is breaking, please state below what will break* ## Requires SpacetimeDB PRs *List any PRs here that are required for this SDK change to work* --- .github/workflows/dotnet.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9733140e..69d6b8b1 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -44,9 +44,18 @@ jobs: - - + + + + + + + + + + + EOF - name: Restore dependencies