From 509f199dcf0df4046c19a1152aea1c018a328d9f Mon Sep 17 00:00:00 2001 From: Jarom Jones <31190203+pacjman@users.noreply.github.com> Date: Sat, 13 Jul 2024 21:40:25 +0000 Subject: [PATCH] try without NuGet.config, setup, and restore steps --- .github/workflows/ci.yml | 6 ------ src/NuGet.config | 14 -------------- 2 files changed, 20 deletions(-) delete mode 100644 src/NuGet.config diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 708b967..d242cf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,12 +12,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Setup .NET - uses: actions/setup-dotnet@v2 - with: - dotnet-version: '8.x' - - name: Restore dependencies - run: dotnet restore src/HealthCheck.sln --configfile NuGet.config - name: Build run: dotnet build --configuration Release src/HealthCheck.sln - name: Test diff --git a/src/NuGet.config b/src/NuGet.config deleted file mode 100644 index 86fe580..0000000 --- a/src/NuGet.config +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file