Conversation
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
…tive to the PSScriptRoot directly
|
The following pipelines have been queued for testing: |
JimSuplizio
left a comment
There was a problem hiding this comment.
I'm approving this. The only concern I have is one that we'd talked about and that's not all languages have artifacts in their yml files. For example, neither Go nor C has them and I'm not currently sure what Rust is doing but they don't seem to have individual ci.yml files in sdk/ subdirectories yet...just something to be aware of.
I will ensure that it works across all the repos before merging any of them 👍 |
FYI @JimSuplizio
This is what a result looks like:
{ "Name": "spring-cloud-azure-starter-monitor", "Version": "1.0.0-beta.7", "DevVersion": null, "DirectoryPath": "sdk/spring/spring-cloud-azure-starter-monitor", "ServiceDirectory": "spring", "ReadMePath": "sdk/spring/spring-cloud-azure-starter-monitor/README.md", "ChangeLogPath": "sdk/spring/spring-cloud-azure-starter-monitor/CHANGELOG.md", "Group": "com.azure.spring", "SdkType": "spring", "IsNewSdk": true, "ArtifactName": "spring-cloud-azure-starter-monitor", "ReleaseStatus": "Unreleased", "IncludedForValidation": false, "AdditionalValidationPackages": null, // pulled directly from ci.*.yml "ArtifactDetails": { "name": "spring-cloud-azure-starter-monitor", "groupId": "com.azure.spring", "safeName": "springcloudazurestartermonitor", "skipPublishDocGithubIo": true, "skipPublishDocMs": true, "skipUpdatePackageJson": true, "skipVerifyChangelog": true, "releaseInBatch": true } }Which includes pulling from a
ci.blah.ymlConfirmed unbroken package-properties on:
mainthough)