Skip to content

Commit c09ca3e

Browse files
committed
dotnet restore on the cake script
1 parent 6ad23e1 commit c09ca3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

init.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ try {
1818
& "$toolsPath\Restore-NuGetPackages.ps1" -Path $_ -Verbosity Quiet
1919
}
2020

21+
& dotnet restore "$PSScriptRoot\src\Cake.GitVersioning\Cake.GitVersioning.csproj"
22+
2123
# Restore VS2017 style to get the rest of the projects.
2224
msbuild "$PSScriptRoot\src\NerdBank.GitVersioning.Tests\NerdBank.GitVersioning.Tests.csproj" /t:restore /v:minimal /m /nologo
2325

0 commit comments

Comments
 (0)