-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Restructure the package build to simplify signing and packaging stages #19321
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
Merged
adityapatwardhan
merged 39 commits into
PowerShell:master
from
adityapatwardhan:restructionBuild
Mar 14, 2023
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
4e5c3e2
Only build assemblies
adityapatwardhan 24384ea
Remove signfiles stage
adityapatwardhan 39a45e3
Add signing for files
adityapatwardhan a590b70
Fix matrix name
adityapatwardhan c131544
Fix template call
adityapatwardhan a93ca75
Fix deps
adityapatwardhan c3d75fa
Remove macos signing dep
adityapatwardhan 63201b0
Fix condition
adityapatwardhan 76d7d9f
fix typo
adityapatwardhan 8e8ce80
fix typo 2
adityapatwardhan 27d8668
Update variables to be runtime variables
adityapatwardhan 5fe78cf
Fix download
adityapatwardhan 03bb412
Fix quotes
adityapatwardhan d22142c
Add packaging and package signing
adityapatwardhan 5334f9d
Remove mac deps
adityapatwardhan 16efa63
Re-order nuget
adityapatwardhan a2dfeca
Re-order steps
adityapatwardhan 0fc5184
Fix paths
adityapatwardhan dab9714
Add self checkout
adityapatwardhan d8f3e19
Fix indent
adityapatwardhan 99444c0
fix mariner package name and paths
adityapatwardhan 3b3cf26
fix display names
adityapatwardhan 01a1db0
Fix paths for downloaded files
adityapatwardhan 223c209
Fix errors
adityapatwardhan c5f6153
Expand symbols zip
adityapatwardhan 47fc47a
Fix misc issues
adityapatwardhan 5a7afef
Add variables to signing job
adityapatwardhan 7fb66a6
Update pool and checkout paths
adityapatwardhan 5c247e4
Fix the typo
adityapatwardhan 88f9028
Fix path
adityapatwardhan ce8ebf3
Fix variable name
adityapatwardhan 088cc0f
Fix quotes
adityapatwardhan a5bc420
Fix file name of signed zip file
adityapatwardhan c1a5d20
Fix upload logic
adityapatwardhan e63d45a
Fix typo
adityapatwardhan eca2e70
Fix nuget stage order
adityapatwardhan 965d45d
Add windows desktop fxdependent
adityapatwardhan 1eaef47
Re-order nuget stage
adityapatwardhan 549df39
Add display names and re-order compliance
adityapatwardhan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should consider dynamically producing the matrix, so we can move it into a single JSON in our repo as we need this matrix in more places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can do that as part of the next iteration, i need to split the deb build and packaging.