Skip to content

Commit

Permalink
fix version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
anamnavi committed Jan 3, 2025
1 parent 13e48c2 commit ea15100
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ Describe "Test Publish-PSResource" -tags 'CI' {

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

Expand Down

0 comments on commit ea15100

Please sign in to comment.