From 768d5af9d011b45e5f4f9f0ee1a21ad7b5b479dd Mon Sep 17 00:00:00 2001 From: Ben Hutchison Date: Thu, 8 Jun 2023 02:43:51 -0700 Subject: [PATCH] Restore project default runtimes, not just linux-arm, to try to make NuGet happy with the package lock file --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ccab43b..2facf67 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,7 +23,7 @@ jobs: domain: ${{ github.repository_owner }} - name: Restore - run: dotnet restore --runtime ${{ env.TargetPlatform }} --locked-mode --verbosity normal + run: dotnet restore --locked-mode --verbosity normal - name: Build run: dotnet build --no-restore --configuration Release --runtime ${{ env.TargetPlatform }} --no-self-contained --verbosity normal