Skip to content

Commit ac7b434

Browse files
Actions: let build do package restore
1 parent bd5cd8d commit ac7b434

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/DotNetCore_Unit_Tests_Linux.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
run: |
8080
dotnet tool install --global dotnet-reportgenerator-globaltool --version 5.4.4
8181
dotnet add package GitHubActionsTestLogger
82-
dotnet restore -f net9.0
8382
dotnet build Certify.Core.Tests.Unit.csproj -c Debug -f net9.0 --property WarningLevel=0 /clp:ErrorsOnly
8483
working-directory: ./certify/src/Certify.Tests/Certify.Core.Tests.Unit
8584

.github/workflows/DotNetCore_Unit_Tests_Win.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
run: |
8181
dotnet tool install --global dotnet-reportgenerator-globaltool --version 5.4.4
8282
dotnet add package GitHubActionsTestLogger
83-
dotnet restore -f net9.0
8483
dotnet build Certify.Core.Tests.Unit.csproj -c Debug -f net9.0 --property WarningLevel=0 /clp:ErrorsOnly
8584
working-directory: ./certify/src/Certify.Tests/Certify.Core.Tests.Unit
8685

0 commit comments

Comments
 (0)