From f55c1f49a432ac55a001e736bd2c127f9873cf53 Mon Sep 17 00:00:00 2001 From: Nogic <24802730+nogic1008@users.noreply.github.com> Date: Wed, 10 May 2023 00:49:02 +0000 Subject: [PATCH] ci: copy NuGet lock file to root to pass "test-setup-with-cache" e2e test --- .github/workflows/e2e-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 3809a4c..c945cc9 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -219,6 +219,9 @@ jobs: - name: Clear toolcache shell: pwsh run: __tests__/clear-toolcache.ps1 ${{ runner.os }} + - name: Copy NuGet lock file to root + shell: bash + run: cp ./__tests__/e2e-test-csproj/packages.lock.json ./packages.lock.json - name: Setup .NET Core 3.1 id: setup-dotnet uses: ./