From 61c63f85553561f4e520560fcd0c5ef82b27938c Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Sat, 23 Feb 2019 18:18:35 -0500 Subject: [PATCH] Update displayname --- azure-pipelines.rx.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.rx.yml b/azure-pipelines.rx.yml index de9e43bce0..d675d920f2 100644 --- a/azure-pipelines.rx.yml +++ b/azure-pipelines.rx.yml @@ -137,6 +137,7 @@ jobs: downloadPath: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages - script: mv $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages/artifacts/*.* $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages + displayName: Move packages to LocalPackages directory - task: DotNetCoreCLI@2 displayName: Update Rx @@ -211,6 +212,7 @@ jobs: downloadPath: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages - powershell: mv $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages/artifacts/*.* $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages + displayName: Move packages to LocalPackages directory - task: DotNetCoreCLI@2 displayName: Update Rx