Skip to content

Commit bc52b94

Browse files
committed
Update Configure-AppxManifest.ps1
1 parent 334fb72 commit bc52b94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/Configure-AppxManifest.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ param(
1111
[string]$SecretGitHubOAuthClientId = ""
1212
)
1313

14+
Write-Output "Branch: $Branch"
15+
1416
# Load Package.appxmanifest
1517
[xml]$xmlDoc = Get-Content $PackageManifestPath
1618

0 commit comments

Comments
 (0)