Skip to content

Commit

Permalink
commented debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSchuetze committed Feb 26, 2020
1 parent 61d71b1 commit 2e72fc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unit/test/Test-VSTeamYamlPipeline.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ InModuleScope VSTeam {
Context 'Test-VSTeamYamlPipeline' {
Mock Invoke-RestMethod {
# If this test fails uncomment the line below to see how the mock was called.
Write-Host $args
Write-Host $([VSTeamVersions]::Build)
Write-Host $([VSTeamVersions]::Account)
#Write-Host $args
#Write-Host $([VSTeamVersions]::Build)
#Write-Host $([VSTeamVersions]::Account)

return $resultsAzD
}
Expand Down

0 comments on commit 2e72fc7

Please sign in to comment.