From 94d5c362cc139db75815fc0a5707bc6e01659511 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Fri, 27 Sep 2019 16:09:16 -0400 Subject: [PATCH] Split tests for macOS and Linux. --- azure-pipelines.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7cf860d..36cdbfc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,4 +1,4 @@ -trigger: +trigger: - master - rel/* @@ -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 @@ -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'