Skip to content

Commit 3a39dcc

Browse files
committed
add param statement in vstsbuild script
1 parent db129f4 commit 3a39dcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/releaseBuild/vstsbuild.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[cmdletbinding()]
2+
param ( )
3+
24
Begin
35
{
46
$ErrorActionPreference = 'Stop'

0 commit comments

Comments
 (0)