-
Notifications
You must be signed in to change notification settings - Fork 43
Rename toolchain msi and cab files to include name of variant (asserts) #428
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
base: main
Are you sure you want to change the base?
Conversation
This looks good to me, lets take this over #427 since it already contains that commit as well. I'll trigger a new PR run for this. |
https://ci-external.swift.org/job/swift-PR-build-toolchain-windows/5916/ is the run. Seems that the naming of the cabinets and MSIs is not entirely correct yet? @mhegazy mind taking a look at the output? |
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 think this looks fine, though I believe it will require changes on the CI side of things to handle the new filenames. CC @shahmishal
missed, ide.cab rename. apologies. last commit should fix that. |
@compnerd mind rerunning the smoke tests |
Follow up to #427. This mechanically applies the same changes to the rest of the toolchain msi's to have msi and cab name based on the variant they carry (i.e. asserts)
The
.wixproj
move to to variant specific folder, to make room for adding additional variants in the future. Also renaming the properties holding upgradcode and product name for consistency.This change should not have any functional impact.