Skip to content

Commit d5c72e1

Browse files
committed
Restore Cake dependencies like we restore others
1 parent ff3cf91 commit d5c72e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

init.ps1

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

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

2625
Write-Host "Restoring NPM packages..." -ForegroundColor Yellow
2726
Push-Location "$PSScriptRoot\src\nerdbank-gitversioning.npm"

0 commit comments

Comments
 (0)