We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3150b9d commit 09bb814Copy full SHA for 09bb814
.github/scripts/Build-AppSolution.ps1
@@ -3,13 +3,13 @@
3
4
param(
5
[string]$ReleaseBranch = "Debug", # This has to correspond with one of the AppEnvironment enum values
6
- [string]$SolutionPath = "Files.slnx"
7
- [string]$StartupProjectPath = ""
8
- [string]$Platform = "x64"
9
- [string]$Configuration = "Debug"
10
- [string]$AppxBundlePlatforms = "x64|arm64"
11
- [string]$AppxPackageDir = ""
12
- [string]$AppInstallerUrl = "" # Sideload only
+ [string]$SolutionPath = "Files.slnx",
+ [string]$StartupProjectPath = "",
+ [string]$Platform = "x64",
+ [string]$Configuration = "Debug",
+ [string]$AppxBundlePlatforms = "x64|arm64",
+ [string]$AppxPackageDir = "",
+ [string]$AppInstallerUrl = "", # Sideload only
13
[string]$AppxPackageCertKeyFile = "" # Debug only
14
)
15
0 commit comments