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 94b09fa commit fce994aCopy full SHA for fce994a
.ci/test.yml
@@ -112,6 +112,7 @@ jobs:
112
$modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'
113
$env:PSModulePath = $modulePath + [System.IO.Path]::PathSeparator + $env:PSModulePath
114
115
+ $testModuleName = "test-module"
116
$ACRRepoName = "ACRRepo"
117
$ACRRepoUri = "https://psresourcegettest.azurecr.io"
118
Register-PSResourceRepository -Name $ACRRepoName -ApiVersion 'ContainerRegistry' -Uri $ACRRepoUri -Verbose
0 commit comments