Browse Source

move downloaded artifacts to package directory

Oren Novotny 7 years ago
parent
commit
d61a55be8c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      azure-pipelines.rx.yml

+ 2 - 0
azure-pipelines.rx.yml

@@ -135,6 +135,8 @@ jobs:
     inputs:
       artifactName: artifacts
       downloadPath: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
+      
+  - script: mv $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages/artifacts/*.* $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
 
   - task: DotNetCoreCLI@2
     displayName: Update Rx