Skip to content

Commit f32f26a

Browse files
Update build-win.ps1
Co-authored-by: Tom Tan <lilotom@gmail.com>
1 parent 755b820 commit f32f26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-win.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ param (
77
[string]$enableTests = "true",
88
[string]$customProps = "",
99
[string]$vsDevCmdBat = "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat",
10-
[string]$libMTSqlite= "true"
10+
[string]$libMTSqlite = "true"
1111
)
1212

1313
$solution = "Solutions\MSTelemetrySDK.sln"

0 commit comments

Comments
 (0)