Skip to content

Commit 2e9baa5

Browse files
committed
Revert unintended change
1 parent eed9345 commit 2e9baa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildAll.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Main branch points to the external feed.
1818

1919
Param(
2020
[string]$PackageVersion = "1.1.1.1",
21-
[string]$Platform = "x86",
21+
[string]$Platform = "x64",
2222
[string]$Configuration = "Release",
2323
[string]$AzureBuildStep = "all",
2424
[string]$OutputDirectory = (Split-Path $MyInvocation.MyCommand.Path) + "\BuildOutput",

0 commit comments

Comments
 (0)