(#45) Update build process with release findings#48
(#45) Update build process with release findings#48corbob wants to merge 1 commit intochocolatey-community:developfrom
Conversation
Update the build process based on the findings of the 1.0.0 release. - Do not publish artifacts on a PR build. - Do not fail build on missing publish tokens, instead print a warning and gracefully exit. - Add icon to the Chocolatey Package. - Update Chocolatey Package encoding to correct display issue on Chocolatey Community Repository.
| <summary>Chocolatey-AU is Powershell module that helps you to automate Chocolatey package updates</summary> | ||
| <description></description> | ||
| <projectUrl>https://github.com/chocolatey-community/chocolatey-au</projectUrl> | ||
| <iconUrl>https://chocolatey.org/assets/images/nupkg/chocolateyicon.png</iconUrl> |
There was a problem hiding this comment.
Since this is under the chocolatey-community user, it probably should not be using the icon for official products? Similar to chocolatey-community/chocolatey-templates#11 a new icon would probably need to be created.
There was a problem hiding this comment.
🤔 for some reason I thought I had taken this icon from the Chocolatey Community Validation Extension, but it looks like it's not using an icon either. Perhaps this one should leave the extension off for now.
|
Setting this back to Draft because apparently the publish step isn't picking up that it's a Pull Request, which means that it is not ready for merging until I can spend some time tracking that down 🤷♂️. It also means that all pushes to it will fail to build on Team City until I get that sorted out. |
Description Of Changes
Update the build process based on the findings of the 1.0.0 release.
Motivation and Context
Minor things discovered during the release of 1.0.0.
Testing
git tag 1.0.1to generate a git tag locally../build.ps1 -Task CIOperating Systems Testing
N/A
Change Types Made
Change Checklist
Related Issue
Fixes #45