From 3273038aeef68f61af85bc04fad8d52587aa20aa 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 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7cf860d..5538155 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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' \ No newline at end of file