Canary builds not being published? #2576
-
Artifacts from Github "workflows" -driven builds don't seem to be showing up on the "Canary Builds" page? These stopped appearing right after the last "release" (3.2.25136.1352), but [obviously] repo check-ins are still happening and the triggered builds are still happening (according to the "build history" link)... we just don't see the artifacts any longer. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
GitHub workflow builds aren't published. They're just tests and sanity checks that as we develop against master things aren't breaking. We build so frequently in that workflow, it doesn't make sense to publish every single one of them... and it wouldn't be wise anyway due to code signing. A build pipeline exists separate from the GitHub workflows which builds and publishes Canary builds. Canary channel builds are published here: Release channel builds, once determined stable, are published to the main repo: You can also get the latest builds from our website: |
Beta Was this translation helpful? Give feedback.
I corrected the link in my original post, thanks.
Those builds have never been published anywhere. They go into the ether never to be seen again, by design.