File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -113,17 +113,6 @@ jobs:
113
113
$modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'
114
114
$env:PSModulePath = $modulePath + [System.IO.Path]::PathSeparator + $env:PSModulePath
115
115
116
- $testModuleName = "test-module"
117
- $ACRRepoName = "ACRRepo"
118
- $ACRRepoUri = "https://psresourcegettest.azurecr.io"
119
- Register-PSResourceRepository -Name $ACRRepoName -ApiVersion 'ContainerRegistry' -Uri $ACRRepoUri -Verbose
120
- Write-Verbose -Verbose "Registering ACR repository with Az authentication completed"
121
- Get-PSResourceRepository -Name $ACRRepoName -Verbose
122
- Write-Verbose -Verbose "Get-PSResourceRepository completed"
123
-
124
- Write-Verbose -Verbose "Finding resource with Name: $testModuleName"
125
- Find-PSResource -Name $testModuleName -Repository $ACRRepoName -Verbose -ErrorAction Stop
126
-
127
116
Write-Verbose -Verbose "Importing build utilities (buildtools.psd1)"
128
117
Import-Module -Name (Join-Path -Path '${{ parameters.buildDirectory }}' -ChildPath 'buildtools.psd1') -Force
129
118
Invoke-ModuleTestsACR -Type Functional
You can’t perform that action at this time.
0 commit comments