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 6c9b85d commit 9558d1eCopy full SHA for 9558d1e
init.ps1
@@ -23,6 +23,9 @@ try {
23
& "$toolsPath\Restore-NuGetPackages.ps1" -Path $_.FullName -Verbosity Quiet
24
}
25
26
+ # Restore VS2017 style as well, since nuget 3.3 doesn't support it.
27
+ msbuild "$PSScriptRoot\src\NerdBank.GitVersioning.Tests\NerdBank.GitVersioning.Tests.csproj" /t:restore /v:minimal /m /nologo
28
+
29
Write-Host "Restoring NPM packages..." -ForegroundColor Yellow
30
Push-Location "$PSScriptRoot\src\nerdbank-gitversioning.npm"
31
try {
0 commit comments