From d0cdc63133be64c8713f8eedcf0fdb6daf3c6d41 Mon Sep 17 00:00:00 2001 From: James Longo Date: Fri, 18 Oct 2024 16:47:37 -0400 Subject: [PATCH] troubleshoot dotnet_nugets --- .github/workflows/dotnet_nugets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet_nugets.yml b/.github/workflows/dotnet_nugets.yml index aa8654066..d304486b3 100644 --- a/.github/workflows/dotnet_nugets.yml +++ b/.github/workflows/dotnet_nugets.yml @@ -190,8 +190,8 @@ jobs: run: | set +e cd nuget/dotnet/test - dotnet add dotnetcore_nuget_test.csproj package RL.Net --version ${{ env.RL_NUGET_VERSION }} --source "${{github.workspace}}/dist --no-restore - dotnet restore dotnetcore_nuget_test.csproj --runtime ${{matrix.config.runtime_id}} --source "${{github.workspace}}/dist + dotnet add dotnetcore_nuget_test.csproj package RL.Net --version ${{ env.RL_NUGET_VERSION }} --source "${{github.workspace}}/dist" --no-restore + dotnet restore dotnetcore_nuget_test.csproj --runtime ${{matrix.config.runtime_id}} --source "${{github.workspace}}/dist" dotnet restore dotnetcore_nuget_test.csproj --runtime ${{matrix.config.runtime_id}} - name: Build and run test run: |