File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 45
45
testResultsFormat : ' VSTest'
46
46
testResultsFiles : ' tests/**/*.trx'
47
47
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()
You can’t perform that action at this time.
0 commit comments