Skip to content

Commit

Permalink
set dev-build so that the files on disk match the expected version th…
Browse files Browse the repository at this point in the history
…at will be installed from the wheel directory
  • Loading branch information
scbedd committed Oct 5, 2020
1 parent d7edadf commit db62f30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/pipelines/templates/steps/test_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ steps:
artifactName: 'artifacts'
targetPath: $(Build.ArtifactStagingDirectory)

- template: ../steps/set-dev-build.yml
parameters:
ServiceDirectory: ${{ parameters.ServiceDirectory }}
BuildTargetingString: ${{ parameters.BuildTargetingString }}

- ${{if eq(variables['System.TeamProject'], 'internal') }}:
- template: ../steps/auth-dev-feed.yml
parameters:
Expand Down

0 comments on commit db62f30

Please sign in to comment.