Create checksum file for global tools by adityapatwardhan · Pull Request #17056 · PowerShell/PowerShell · GitHub
Skip to content

Create checksum file for global tools#17056

Merged
daxian-dbw merged 2 commits intoPowerShell:masterfrom
adityapatwardhan:GlobalToolChksum
Mar 25, 2022
Merged

Create checksum file for global tools#17056
daxian-dbw merged 2 commits intoPowerShell:masterfrom
adityapatwardhan:GlobalToolChksum

Conversation

@adityapatwardhan
Copy link
Copy Markdown
Member

@adityapatwardhan adityapatwardhan commented Mar 23, 2022

PR Summary

During refactoring of nuget.yml for SBOM changes, creating checksum for global tool packages was missed. This change adds back creation of a checksum file for global tool packages.

PR Context

PR Checklist

@pull-request-quantifier-deprecated
Copy link
Copy Markdown

@adityapatwardhan
Copy link
Copy Markdown
Member Author

@adityapatwardhan
Copy link
Copy Markdown
Member Author

This change should be backported to 7.0, 7.1 and 7.2. It is being marked accordingly.

Copy link
Copy Markdown
Contributor

@PaulHigin PaulHigin left a comment

Choose a reason for hiding this comment

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

LGTM


Copy-Item -Path "$packagePath\SHA512SUMS" -Destination '$(System.ArtifactsDirectory)\signed\' -verbose
Copy-Item -Path "$packagePath\SHA512SUMS" -Destination '$(System.ArtifactsDirectory)\signed\globaltool\' -verbose
displayName: Generate checksum file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
displayName: Generate checksum file
displayName: Generate checksum file for packages

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.

@adityapatwardhan Can you please address this comment? I can merge afterwards.

@daxian-dbw daxian-dbw merged commit 23eddc9 into PowerShell:master Mar 25, 2022
@daxian-dbw daxian-dbw added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Mar 25, 2022
@ghost
Copy link
Copy Markdown

ghost commented Apr 26, 2022

🎉v7.1.7 has been released which incorporates this pull request.:tada:

Handy links:

@ghost
Copy link
Copy Markdown

ghost commented Apr 26, 2022

🎉v7.2.3 has been released which incorporates this pull request.:tada:

Handy links:

TravisEz13 pushed a commit to TravisEz13/PowerShell that referenced this pull request Apr 28, 2022
TravisEz13 pushed a commit that referenced this pull request Apr 29, 2022
Cherry-picking the checksum changes:
1. #15678
1. #17056
@ghost
Copy link
Copy Markdown

ghost commented May 23, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backport-7.0.x-Done Backport-7.1.x-Done Backport to 7.1.x completed Backport-7.2.x-Done CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log Extra Small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants