Skip to content

Commit 28e040d

Browse files
committed
1 parent 658cfa4 commit 28e040d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,3 @@ jobs:
4545
testResultsFormat: 'VSTest'
4646
testResultsFiles: 'tests/**/*.trx'
4747
condition: succeededOrFailed()
48-
- job: MacOS
49-
pool:
50-
vmImage: 'macOS-10.13'
51-
steps:
52-
- script: echo "##vso[task.setvariable variable=FrameworkPathOverride]$(dirname $(which mono))/../lib/mono/4.5/"
53-
displayName: Workaround .NET reference assemblies on linux
54-
- script: echo $(dirname $(which dotnet))
55-
displayName: Display Workaround .NET Global Tool expect dotnet env var set
56-
- script: echo "##vso[task.setvariable variable=DOTNET_ROOT]$(dirname $(which dotnet))"
57-
displayName: Workaround .NET Global Tool expect dotnet env var set
58-
- script: dotnet pack build.proj -v n
59-
displayName: Create package
60-
- script: dotnet test build.proj -v n
61-
displayName: Run tests
62-
- task: PublishTestResults@2
63-
inputs:
64-
testResultsFormat: 'VSTest'
65-
testResultsFiles: 'tests/**/*.trx'
66-
condition: succeededOrFailed()

0 commit comments

Comments
 (0)