Skip to content

Only save package properties for track 2 packages #6544

Merged
danieljurek merged 2 commits intomainfrom
djurek/save-package-properties-track2
Jul 20, 2023
Merged

Only save package properties for track 2 packages #6544
danieljurek merged 2 commits intomainfrom
djurek/save-package-properties-track2

Conversation

@danieljurek
Copy link
Copy Markdown
Member

Prevents overwrites of track 2 package info by track 1 packages.

…s of track 2 package info by track 1 packages)
Comment thread eng/common/scripts/Save-Package-Properties.ps1 Outdated
@azure-sdk
Copy link
Copy Markdown
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
Copy Markdown
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


# If package properties for a track 2 (IsNewSdk = true) package has
# already been written, skip writing to that same path.
if ($exportedPaths.ContainsKey($outputPath) -and $exportedPaths[$outputPath].IsNewSdk -eq $true) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

azure-sdk added a commit to Azure/azure-sdk-for-js that referenced this pull request Jul 20, 2023
Sync eng/common directory with azure-sdk-tools for PR
Azure/azure-sdk-tools#6544 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
@danieljurek danieljurek merged commit 39867ad into main Jul 20, 2023
@danieljurek danieljurek deleted the djurek/save-package-properties-track2 branch July 20, 2023 04:06
dgetu pushed a commit to Azure/azure-sdk-for-js that referenced this pull request Sep 6, 2023
Sync eng/common directory with azure-sdk-tools for PR
Azure/azure-sdk-tools#6544 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants