We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8b03c commit e34b551Copy full SHA for e34b551
.azure/tests.yml
@@ -2,11 +2,6 @@ parameters:
2
netcore1Global: true
3
4
steps:
5
-- task: PowerShell@2
6
- inputs:
7
- targetType: inline
8
- script: Get-NetNat | Remove-NetNat
9
-
10
- task: Bash@3
11
inputs:
12
targetType: inline
azure-pipelines.yml
@@ -26,6 +26,11 @@ jobs:
26
name: Hosted VS2017
27
28
- template: .azure/build.yml
29
+
30
+ - task: PowerShell@2
31
+ inputs:
32
+ targetType: inline
33
+ script: Get-NetNat | Remove-NetNat
34
- template: .azure/tests.yml
35
36
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
0 commit comments