Skip to content

Commit e34b551

Browse files
committed
Man, nat stuff is needed only for windows.
1 parent dd8b03c commit e34b551

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.azure/tests.yml

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

44
steps:
5-
- task: PowerShell@2
6-
inputs:
7-
targetType: inline
8-
script: Get-NetNat | Remove-NetNat
9-
105
- task: Bash@3
116
inputs:
127
targetType: inline

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
name: Hosted VS2017
2727
steps:
2828
- template: .azure/build.yml
29+
30+
- task: PowerShell@2
31+
inputs:
32+
targetType: inline
33+
script: Get-NetNat | Remove-NetNat
2934
- template: .azure/tests.yml
3035

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

0 commit comments

Comments
 (0)