Skip to content

Commit

Permalink
Split tests for macOS and Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 27, 2019
1 parent 5a6b1f3 commit 94d5c36
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions azure-pipelines.yml
@@ -1,4 +1,4 @@
trigger:
trigger:
- master
- rel/*

Expand Down Expand Up @@ -120,9 +120,13 @@ jobs:

- bash: |
dotnet build --configuration Release $(build.sourcesdirectory)/TestProjects/Linux-C#/netstd2Library/netstd2Library.csproj
displayName: '.NET Core: .NET Std Library with unavailable platform test'
- bash: |
msbuild /r /p:Configuration=Release $(build.sourcesdirectory)/TestProjects/Linux-C#/netstd2Library/netstd2Library.csproj
displayName: '.NET Std Library with unavailable platform test'
displayName: 'MSBuild: .NET Std Library with unavailable platform test'
- job: macOS
Expand Down Expand Up @@ -163,6 +167,10 @@ jobs:

- bash: |
dotnet build --configuration Release $(build.sourcesdirectory)/TestProjects/Linux-C#/netstd2Library/netstd2Library.csproj
displayName: '.NET Core: .NET Std Library with unavailable platform test'
- bash: |
msbuild /r /p:Configuration=Release $(build.sourcesdirectory)/TestProjects/Linux-C#/netstd2Library/netstd2Library.csproj
displayName: '.NET Std Library with unavailable platform test'
displayName: 'MSBuild: .NET Std Library with unavailable platform test'

0 comments on commit 94d5c36

Please sign in to comment.