From 05941d94b724a6a7e544ae52d565eddbe3a3992f Mon Sep 17 00:00:00 2001 From: "Michael Hawker MSFT (XAML Llama)" <24302614+michael-hawker@users.noreply.github.com> Date: Tue, 15 Dec 2020 09:14:46 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Rosario Pulella --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index afbac9f5bf6..43502fd40b2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,7 +49,7 @@ jobs: ### Unit Tests ### - powershell: .\build\build.ps1 -target=Test - displayName: Test + displayName: Test - task: PublishTestResults@2 inputs: @@ -97,7 +97,6 @@ jobs: inputs: targetPath: .\bin\nupkg artifactName: Packages - ### Smoke Tests ###