File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ parameters:
1818- name : MatrixReplace
1919 type : object
2020
21-
2221jobs :
2322- template : /eng/pipelines/templates/jobs/pack.yml
2423 parameters :
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ stages:
3333 os : linux
3434
3535 jobs :
36- # TODO: Ensure that CHANGELOG is properly processed
3736 - job : TagRepository
3837 displayName : " Create release tag"
3938 condition : and(succeeded(), ne(variables['Skip.TagRepository'], 'true'))
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ license.workspace = true
88repository.workspace = true
99rust-version.workspace = true
1010
11+ [dependencies ]
12+
1113[dev-dependencies ]
1214azure_canary.path = " ../azure_canary"
1315
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ trigger:
1111 - sdk/canary/
1212
1313parameters :
14- - name : release_azurecanarycore
15- displayName : ' azure_canary_core'
16- type : boolean
17- default : true
18- - name : release_azurecanary
19- displayName : ' azure_canary'
20- type : boolean
21- default : true
14+ - name : release_azurecanarycore
15+ displayName : ' azure_canary_core'
16+ type : boolean
17+ default : true
18+ - name : release_azurecanary
19+ displayName : ' azure_canary'
20+ type : boolean
21+ default : true
2222
2323extends :
2424 template : /eng/pipelines/templates/stages/archetype-sdk-client.yml
You can’t perform that action at this time.
0 commit comments