Skip to content

Commit

Permalink
Test scripted build prerelease version with workaround for colliding …
Browse files Browse the repository at this point in the history
…Azure Storage command
  • Loading branch information
JamesDawson committed Aug 25, 2024
1 parent dd4ccc4 commit 6a004f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ param (
[string] $BuildModulePath,

[Parameter()]
[version] $BuildModuleVersion = "1.5.9",
[version] $BuildModuleVersion = "1.5.10",

[Parameter()]
[string] $BuildModulePackageVersion = $BuildModuleVersion,
[string] $BuildModulePackageVersion = "1.5.10-beta0001",

[Parameter()]
[version] $InvokeBuildModuleVersion = "5.10.3"
Expand Down

0 comments on commit 6a004f1

Please sign in to comment.