We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b779217 commit a104050Copy full SHA for a104050
1 file changed
build.ps1
@@ -9,7 +9,7 @@ param (
9
[string]$GalleryPackageVersion = '4.4.5-zlocal',
10
[string]$Branch,
11
[string]$CommitSHA,
12
- [string]$BuildBranchCommit = '195208052bf615b79950f8fb093b84ec290f0806', #DevSkim: ignore DS173237. Not a secret/token. It is a commit hash.
+ [string]$BuildBranchCommit = '00a01b766623fb5b714238c4e814e906a242e88e', #DevSkim: ignore DS173237. Not a secret/token. It is a commit hash.
13
[string]$VerifyMicrosoftPackageVersion = $null
14
)
15
0 commit comments