We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6194b27 commit 55614c7Copy full SHA for 55614c7
scripts/Publish.ps1
@@ -1,4 +1,4 @@
1
-# Usage: Publish.ps1 -arch <x64|arm64> -version <version> [-buildPath <path>] [-outputPath <path>]
+# Usage: Publish.ps1 -arch <x64|arm64> -version <version> [-msiOutputPath <path>] [-outputPath <path>]
2
param (
3
[ValidateSet("x64", "arm64")]
4
[Parameter(Mandatory = $true)]
scripts/Release.ps1
@@ -1,7 +1,7 @@
# Usage: Release.ps1 -version <version>
- [ValidatePattern("^\d+\.\d+\.\d+\.\d+$")]
+ [ValidatePattern("^\d+\.\d+\.\d+$")]
5
[string] $version,
6
7
0 commit comments