Clean up some cruft files on Windows releases by mjcheetham · Pull Request #2248 · git-ecosystem/git-credential-manager (original) (raw)
Remove the cruft code signing summary file from the Windows payload zips. There's nothing interesting in this file anyway.
Signed-off-by: Matthew John Cheetham mjcheetham@outlook.com
When building locally the gcm(user)-$RID-$VERSION.exe installer files were being written to the PayloadPath, rather than the OutputPath.
Also, since we're now specifying a RID for all invocations of the project file, we should disable the appending of the RID to the OutputPath variable - we already have the RID as part of the PayloadPath (for keeping binaries separated by RID) and the resulting installer filenames also contain the RID anyway.
Signed-off-by: Matthew John Cheetham mjcheetham@outlook.com
We assume the input paths given to the Windows layout.ps1 scripts do not have a trailing slash - we should make sure this is the case before proceeding and doing path-math with that.
Signed-off-by: Matthew John Cheetham mjcheetham@outlook.com
mjcheetham added a commit that referenced this pull request
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
[ Show hidden characters]({{ revealButtonHref }})