We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3cf91 commit d5c72e1Copy full SHA for d5c72e1
init.ps1
@@ -18,10 +18,9 @@ try {
18
& "$toolsPath\Restore-NuGetPackages.ps1" -Path $_ -Verbosity Quiet
19
}
20
21
- & dotnet restore "$PSScriptRoot\src\Cake.GitVersioning\Cake.GitVersioning.csproj"
22
-
23
# Restore VS2017 style to get the rest of the projects.
24
msbuild "$PSScriptRoot\src\NerdBank.GitVersioning.Tests\NerdBank.GitVersioning.Tests.csproj" /t:restore /v:minimal /m /nologo
+ msbuild "$PSScriptRoot\src\Cake.GitVersioning\Cake.GitVersioning.csproj" /t:restore /v:minimal /m /nologo
25
26
Write-Host "Restoring NPM packages..." -ForegroundColor Yellow
27
Push-Location "$PSScriptRoot\src\nerdbank-gitversioning.npm"
0 commit comments