Skip to content

Commit 9558d1e

Browse files
committed
Update init.ps1
1 parent 6c9b85d commit 9558d1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ try {
2323
& "$toolsPath\Restore-NuGetPackages.ps1" -Path $_.FullName -Verbosity Quiet
2424
}
2525

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+
2629
Write-Host "Restoring NPM packages..." -ForegroundColor Yellow
2730
Push-Location "$PSScriptRoot\src\nerdbank-gitversioning.npm"
2831
try {

0 commit comments

Comments
 (0)