Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
nuget restore failed
  • Loading branch information
lduchosal authored Jan 31, 2025
1 parent a24b046 commit 0ab11a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
run: dotnet tool install --global coveralls.net
- name: Restore dependencies
run: dotnet restore ./src --verbosity m
- name: Restore nugets
run: nuget restore ./src
- name: Pack
run: dotnet pack -c release ./src/System.Net.IPNetwork
- name: Build
run: dotnet build --no-restore -c release ./src/ConsoleApplication --no-restore
- name: Test
run: dotnet test --verbosity normal ./src/ConsoleApplication/ConsoleApplication.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
run: dotnet test --verbosity normal ./src/ConsoleApplication/ConsoleApplication.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=opencover

0 comments on commit 0ab11a9

Please sign in to comment.