Skip to content

Commit 82383ca

Browse files
Remove debug from test.yml
1 parent cd36646 commit 82383ca

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.ci/test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)