Skip to content

Commit aaffe5e

Browse files
committed
Disable tests on windows
1 parent aaa490e commit aaffe5e

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.azure/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ parameters:
55

66
steps:
77
- ${{ if eq(parameters.frameworkGlobal, 'false') }}:
8-
- script: dotnet --info
98
- script: ${{ format('/home/vsts/.dotnet/dotnet test -f {0} --no-build --logger trx -c Release {1}', parameters.framework, parameters.path) }}
109
displayName: ${{ format('dotnet test -f {0}', parameters.framework) }}
1110

azure-pipelines.yml

-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
steps:
2828
- template: .azure/build.yml
2929

30-
- task: PowerShell@2
31-
inputs:
32-
targetType: inline
33-
script: Get-NetNat | Remove-NetNat -Confirm
34-
- template: .azure/tests.yml
35-
3630
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
3731
- task: NuGetCommand@2
3832
displayName: push nuget packages

0 commit comments

Comments
 (0)