Skip to content

Commit

Permalink
Update displayname
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Feb 23, 2019
1 parent 6de2ebf commit 61c63f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.rx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 61c63f8

Please sign in to comment.