Skip to content

Commit

Permalink
Update call in ml-samples-submission from build_packages.py to `s…
Browse files Browse the repository at this point in the history
…dk_build` command (Azure#25949)

* update call from nonexistent file to new exe location
  • Loading branch information
scbedd authored and mccoyp committed Sep 22, 2022
1 parent 613f604 commit 62250b1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions eng/pipelines/templates/jobs/trigger-ml-sample-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ jobs:
pip install -r eng/ml_sample_tools.txt
displayName: 'Prep Environment'
- task: PythonScript@0
displayName: 'Generate Packages'
inputs:
scriptPath: 'scripts/devops_tasks/build_packages.py'
arguments: '-d "$(Build.ArtifactStagingDirectory)" "$(TargetingString)" --service=${{parameters.ServiceDirectory}} --devbuild="$(SetDevVersion)"'
- pwsh: |
sdk_build -d "$(Build.ArtifactStagingDirectory)" --repo "$(Build.SourcesDirectory)" --service=${{parameters.ServiceDirectory}}" "$(TargetingString)"
displayName: Generate Packages
- pwsh: |
Get-ChildItem "$(Build.ArtifactStagingDirectory)" -R
Expand Down

0 comments on commit 62250b1

Please sign in to comment.