From bf93f0ce35788a4d566bab2f35b2a2b53edcfa7c Mon Sep 17 00:00:00 2001 From: Brandon Minnick <13558917+brminnick@users.noreply.github.com> Date: Sun, 14 Mar 2021 08:55:57 -0700 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 2755fac3..981fcd4a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -212,6 +212,7 @@ jobs: echo "***** Running Unit Tests on .NET Core *****" dotnet test $(PathToUnitTestCsproj) /p:Configuration=Release /p:Platform="macOS" + echo temp - task: CmdLine@2 displayName: 'Pack NuGets' inputs: