Skip to content

Commit 827443e

Browse files
committed
Fixing scope for the BuildInfo
1 parent 3d59679 commit 827443e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Public/Build-Module.Tests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@ Describe "Build-Module" {
281281
[PSCustomObject]@{
282282
OutputDirectory = "TestDrive:/Output"
283283
SourcePath = "TestDrive:/MyModule/"
284-
SemVer = $SemVer ?? "1.0.0-beta03+sha.22c35ffff166f34addc49a3b80e622b543199cc5.Date.2018-10-11"
284+
Version = [Version]"1.0.0"
285+
Prerelease = "beta03"
285286
Target = "CleanBuild"
286287
CopyPaths = @()
287288
Encoding = "UTF8"

0 commit comments

Comments
 (0)