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