Skip to content

Commit dd8b03c

Browse files
committed
Try to apply nat stuff
1 parent d5a81b1 commit dd8b03c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.azure/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ parameters:
22
netcore1Global: true
33

44
steps:
5+
- task: PowerShell@2
6+
inputs:
7+
targetType: inline
8+
script: Get-NetNat | Remove-NetNat
9+
510
- task: Bash@3
611
inputs:
712
targetType: inline

0 commit comments

Comments
 (0)