Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic reason why package has been included to Package-Properties #8974

Merged
merged 3 commits into from
Sep 17, 2024

Conversation

scbedd
Copy link
Member

@scbedd scbedd commented Sep 13, 2024

This PR does two things:

  1. Makes us able to discern when a package is directly included or included as a validation package (IncludedForValidation, defaults to false)
  2. Add BuildDocs property, which is calculated when a package props class is instantiated.

I ripped out BuildDocs because it implies that powershell-yaml will become a base requirement of our Save-Package-Properties namespace. We ALREADY see some failures to install modules just based on normal usage in a few select pipelines. I feel like if I force every single pipeline to go through installing powershell-yaml, our random issues are going to skyrocket.

What do ya'll think? @weshaggard @benbp

…y) as well as pulling BuildDocs from ci.yml artifact list if it exists
@scbedd scbedd requested a review from a team as a code owner September 13, 2024 22:02
@scbedd scbedd self-assigned this Sep 13, 2024
@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

@scbedd scbedd changed the title Moving BuildDocs and Direct/Indirect indicator into Package-Properties Add basic reason why package has been included to Package-Properties Sep 13, 2024
scbedd added a commit to Azure/azure-sdk-for-js that referenced this pull request Sep 16, 2024
@scbedd scbedd merged commit e020aa1 into main Sep 17, 2024
12 checks passed
@scbedd scbedd deleted the add-build-docs-and-direct/indirect branch September 17, 2024 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants