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
[ci] XA.PublishAllLogs publishes all build logs to build artifacts (dotnet#8189)
Context: dotnet@f59a3c2
By default, we only store the CI build logs of jobs that fail.
However, there are times when we would like to see the build logs for
successful jobs.
Add the ability to specify that a CI run should publish *all* of its
build logs.
When running a job from the UI, set the `XA.PublishAllLogs` variable
to `true`:

0 commit comments