Skip to content

Commit ea15100

Browse files
committed
fix version in test
1 parent 13e48c2 commit ea15100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PublishPSResourceTests/PublishPSResourceContainerRegistryServer.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ Describe "Test Publish-PSResource" -tags 'CI' {
541541

542542
It "Publish a package given NupkgPath to a package with .nuspec" {
543543
$packageName = "temp-testnupkg-nupkgpath"
544-
$version = "1.0.0.0"
544+
$version = "1.0.0"
545545
$nupkgPath = Join-Path -Path $script:testNupkgsFolderPath -ChildPath "$packageName.1.0.0.nupkg"
546546
Publish-PSResource -NupkgPath $nupkgPath -Repository $ACRRepoName
547547

0 commit comments

Comments
 (0)