Skip to content

Commit f88da38

Browse files
authored
Merge pull request #75956 from compnerd/version
utils: raise `PinnedVersion` to an argument
2 parents ed8bb98 + 59019af commit f88da38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ param(
114114
[string] $ProductVersion = "0.0.0",
115115
[string] $PinnedBuild = "",
116116
[string] $PinnedSHA256 = "",
117+
[string] $PinnedVersion = "",
117118
[string] $PythonVersion = "3.9.10",
118119
[string] $AndroidNDKVersion = "r26b",
119120
[string] $WinSDKVersion = "",

0 commit comments

Comments
 (0)