We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66d709 commit b823dbbCopy full SHA for b823dbb
1 file changed
Scripts/PreBuildEventCommandLine.ps1
@@ -9,8 +9,7 @@ param(
9
if((Test-Path -Path "$OutPath\MSTSCLib.dll") -and (Test-Path -Path "$OutPath\AxMSTSCLib.dll"))
10
{
11
Write-Host "MSTSCLib.dll and AxMSTSCLib.dll already created!"
12
-
13
- exit 0
+ return
14
}
15
16
# x86 or x64
0 commit comments