Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit e989b51

Browse files
committed
Restore packages for current project only
1 parent d539f7e commit e989b51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
DOTNET_CLI_TELEMETRY_OUTPUT: 1
6969
steps:
7070
- checkout
71+
- run: nuget restore Test.Net35/Test.Net35.csproj -SolutionDirectory ./
7172
- run: msbuild Test.Net35/Test.Net35.csproj /t:restore
7273
- run: msbuild Test.Net35/Test.Net35.csproj /p:Configuration=Release
7374
- run: mono --debug ./packages/NUnit.ConsoleRunner.3.7.0/tools/nunit3-console.exe Test.Net35/bin/Release/Test.Net35.dll
@@ -80,6 +81,7 @@ jobs:
8081
DOTNET_CLI_TELEMETRY_OUTPUT: 1
8182
steps:
8283
- checkout
84+
- run: nuget restore Test.Net45/Test.Net45.csproj -SolutionDirectory ./
8385
- run: msbuild Test.Net45/Test.Net45.csproj /t:restore
8486
- run: msbuild Test.Net45/Test.Net45.csproj /p:Configuration=Release
8587
- run: mono --debug ./packages/NUnit.ConsoleRunner.3.7.0/tools/nunit3-console.exe Test.Net45/bin/Release/Test.Net45.dll

0 commit comments

Comments
 (0)