Skip to content

Commit d61a55b

Browse files
author
Oren Novotny
committed
move downloaded artifacts to package directory
1 parent 62b9eca commit d61a55b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.rx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ jobs:
135135
inputs:
136136
artifactName: artifacts
137137
downloadPath: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
138+
139+
- script: mv $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages/artifacts/*.* $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
138140

139141
- task: DotNetCoreCLI@2
140142
displayName: Update Rx

0 commit comments

Comments
 (0)