Skip to content

Commit 3bb469b

Browse files
committed
-Confirm script.
1 parent e34b551 commit 3bb469b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- task: PowerShell@2
3131
inputs:
3232
targetType: inline
33-
script: Get-NetNat | Remove-NetNat
33+
script: Get-NetNat | Remove-NetNat -Confirm
3434
- template: .azure/tests.yml
3535

3636
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:

0 commit comments

Comments
 (0)