We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed9345 commit 2e9baa5Copy full SHA for 2e9baa5
BuildAll.ps1
@@ -18,7 +18,7 @@ Main branch points to the external feed.
18
19
Param(
20
[string]$PackageVersion = "1.1.1.1",
21
- [string]$Platform = "x86",
+ [string]$Platform = "x64",
22
[string]$Configuration = "Release",
23
[string]$AzureBuildStep = "all",
24
[string]$OutputDirectory = (Split-Path $MyInvocation.MyCommand.Path) + "\BuildOutput",
0 commit comments