Skip to content

Commit

Permalink
Hotfix ml-samples-submission (Azure#25951)
Browse files Browse the repository at this point in the history
* we had an unmatched quotation which was breaking pshell parsing
  • Loading branch information
scbedd authored and mccoyp committed Sep 22, 2022
1 parent 62250b1 commit 297bd17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
displayName: 'Prep Environment'
- pwsh: |
sdk_build -d "$(Build.ArtifactStagingDirectory)" --repo "$(Build.SourcesDirectory)" --service=${{parameters.ServiceDirectory}}" "$(TargetingString)"
sdk_build -d "$(Build.ArtifactStagingDirectory)" --repo="$(Build.SourcesDirectory)" --service="${{parameters.ServiceDirectory}}" "$(TargetingString)"
displayName: Generate Packages
- pwsh: |
Expand Down

0 comments on commit 297bd17

Please sign in to comment.