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 7af5c51 commit f09182eCopy full SHA for f09182e
tools/vsutil.psm1
@@ -150,7 +150,7 @@ function Get-VsEnvironment {
150
$ScratchDir = Join-Path (Split-Path -Parent $this_dir) "_build"
151
}
152
153
- New-Item $ScratchDir -ItemType Directory -ErrorAction Ignore
+ [void](New-Item $ScratchDir -ItemType Directory -ErrorAction Ignore)
154
155
$vs_versions = Get-VsInstallations
156
0 commit comments