We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53af2d9 commit e79f6a2Copy full SHA for e79f6a2
buildtools.psm1
@@ -134,9 +134,9 @@ function Invoke-ModuleTestsACR {
134
)
135
136
$acrTestFiles = @(
137
- "FindPSResourceTests/FindPSResourceACRServer.Tests.ps1",
138
- "InstallPSResourceTests/InstallPSResourceACRServer.Tests.ps1",
139
- "PublishPSResourceTests/PublishPSResourceACRServer.Tests.ps1"
+ "FindPSResourceTests/FindPSResourceContainerRegistryServer.Tests.ps1",
+ "InstallPSResourceTests/InstallPSResourceContainerRegistryServer.Tests.ps1",
+ "PublishPSResourceTests/PublishPSResourceContainerRegistryServer.Tests.ps1"
140
141
142
Invoke-ModuleTests -Type $Type -TestFilePath $acrTestFiles
0 commit comments