From d7b284243facc84a5cffff1c3bc86887e7af19f8 Mon Sep 17 00:00:00 2001 From: Brandon Minnick <13558917+brminnick@users.noreply.github.com> Date: Sun, 14 Mar 2021 00:15:45 -0800 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 12a1a2b7f..474acac72 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -211,6 +211,7 @@ jobs: mono "`find ~/.nuget/packages | grep net461 | grep xunit.console.exe | grep -v config`" "`find . -name Xamarin.CommunityToolkit.UnitTests.dll | grep bin | grep 461`" echo "***** Running Unit Tests on .NET Core *****" + echo temp dotnet test $(PathToUnitTestCsproj) /p:Configuration=Release /p:Platform="macOS" - task: CmdLine@2 displayName: 'Pack NuGets'