File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,17 +113,6 @@ jobs:
113113 $modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'
114114 $env:PSModulePath = $modulePath + [System.IO.Path]::PathSeparator + $env:PSModulePath
115115
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-
127116 Write-Verbose -Verbose "Importing build utilities (buildtools.psd1)"
128117 Import-Module -Name (Join-Path -Path '${{ parameters.buildDirectory }}' -ChildPath 'buildtools.psd1') -Force
129118 Invoke-ModuleTestsACR -Type Functional
You can’t perform that action at this time.
0 commit comments