diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 454ee8f6f..f2edbd637 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -218,8 +218,12 @@ jobs: - name: Install EF Core Tools shell: pwsh run: | - dotnet tool restore - dotnet ef --version + dotnet tool restore --no-cache --verbosity diag + "Exit code: $lastexitcode" + dotnet tool run dotnet-ef + "Exit code: $lastexitcode" + dotnet dotnet-ef --version + "Exit code: $lastexitcode" - name: Restore dependencies shell: pwsh run: dotnet restore diff --git a/NuGet.config b/NuGet.config index 6986ec247..5ed0beed0 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,15 +1,15 @@ - - - - - - - - - + + + + + + + + +