Avoid restoring packages under -whatif
This commit is contained in:
Родитель
ea9aac0dc0
Коммит
51d643cbab
2
init.ps1
2
init.ps1
|
@ -44,7 +44,7 @@ Push-Location $PSScriptRoot
|
|||
try {
|
||||
$HeaderColor = 'Green'
|
||||
|
||||
if (!$NoRestore) {
|
||||
if (!$NoRestore -and $PSCmdlet.ShouldProcess("NuGet packages", "Restore")) {
|
||||
Write-Host "Restoring NuGet packages" -ForegroundColor $HeaderColor
|
||||
dotnet restore src
|
||||
if ($lastexitcode -ne 0) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче