File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ parameters:
10
10
skipVerifyChangeLog : true
11
11
- name : SamplesRepo
12
12
type : string
13
- default : ' https://github.com/scbedd /azureml-examples'
13
+ default : ' https://github.com/azure /azureml-examples'
14
14
15
15
jobs :
16
16
- job : ' Build_Upload_PR'
54
54
- pwsh : |
55
55
git clone --depth 1 ${{ parameters.SamplesRepo }} $(Agent.BuildDirectory)/ml
56
56
Write-Host "##vso[task.setvariable variable=mlrepo;]$(Agent.BuildDirectory)/ml"
57
- displayName: Clone the ML Samples Repo
57
+ displayName: Clone the ML Samples Repo, Set Variables
58
58
59
59
- pwsh : |
60
60
Get-ChildItem "$(mlrepo)" -R
78
78
- template : /eng/common/pipelines/templates/steps/create-pull-request.yml
79
79
parameters :
80
80
RepoName : azureml-examples
81
+ RepoOwner : Azure
81
82
PRBranchName : test-ml-sdk-version-${{ parameters.ServiceDirectory }}-$(Build.BuildId)
83
+ PROwner : Azure
82
84
BaseBranchName : main
83
85
CommitMsg : " Update sdk/setup.sh to target fresh built azure-ai-ml wheel."
84
86
PRTitle : " SDK Samples Run generated from $(Build.BuildId)"
You can’t perform that action at this time.
0 commit comments