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 3273038
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions azure-pipelines.yml
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 3273038

Please sign in to comment.