Skip to content

Commit fce8e68

Browse files
authored
Update Build.ps1
Reverting the changes to this file
1 parent 94f35e3 commit fce8e68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/Build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414

1515
$scriptFolder = Split-Path -Path $MyInvocation.MyCommand.Definition -Parent
1616
. ($scriptFolder + '.\SetupEnv.ps1')
17-
msbuild "$env:AzurePSRoot\build.proj" /t:Build
17+
18+
msbuild "$env:AzurePSRoot\build.proj" /t:Build

0 commit comments

Comments
 (0)