You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[copilot] allow copilot-setup-steps.yml to fail (#1193)
We found Copilot can go off track if:
* Copilot commits a build error (of any kind).
* You comment suggesting how to fix the build error.
* Copilot setup steps will now fail, and Copilot can't fix it!
So, once you are in this state, you can't really get Copilot back on
track unless you manually fix it.
Going forward, we should:
* Allow the "build" step to fail
* Upload the logs as an artifact
Copilot should be able to do its work with a failing build.
Other changes:
* Update to .NET 9 / 10.
* This caused disk space to fill!
* To solve this, I made it only build `net9.0-android` on GitHub actions.
* This made the disk usage lower, build time shorter.
0 commit comments