Skip to content

Commit a71274d

Browse files
committed
add exit statement
1 parent f14d852 commit a71274d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testscripts/cleanup.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ if ($azdConfig['AZURE_ENV_NAME'] -eq "dev") {
382382
# when performing dev cleanup there are no dependencies between resource groups
383383
# exitig at this point allows AZD to handle the tear down responsibilities
384384
"`nCleanup complete." | Write-Output
385+
exit 0
385386
}
386387

387388
# if $SkipResourceGroupDeletion is false, then we skip the resource group deletion

0 commit comments

Comments
 (0)