Skip to content

Commit

Permalink
try without NuGet.config, setup, and restore steps
Browse files Browse the repository at this point in the history
  • Loading branch information
pacjman committed Jul 13, 2024
1 parent 622c66e commit 509f199
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 0 additions & 14 deletions src/NuGet.config

This file was deleted.

0 comments on commit 509f199

Please sign in to comment.