Skip to content

Commit b823dbb

Browse files
committed
Update
1 parent c66d709 commit b823dbb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Scripts/PreBuildEventCommandLine.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ param(
99
if((Test-Path -Path "$OutPath\MSTSCLib.dll") -and (Test-Path -Path "$OutPath\AxMSTSCLib.dll"))
1010
{
1111
Write-Host "MSTSCLib.dll and AxMSTSCLib.dll already created!"
12-
13-
exit 0
12+
return
1413
}
1514

1615
# x86 or x64

0 commit comments

Comments
 (0)