source-build.yml should use container when running in 1ESPT
- Dominant language
- No language data
- Stars
- 287
- Forks
- 145
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 10
Description
https://github.com/dotnet/arcade/blob/767138e3b459adb3fd792b7d68d1213e2de850f3/eng/common/core-templates/jobs/source-build.yml#L9-L11 specifies a default container, but that one will be ignored when running in 1ESPT because it needs the special yml syntax.
Most repos actually haven't noticed this but it causes breaks in repos that set `enableInternalSources` since after https://github.com/dotnet/arcade/pull/16336 the host image doesn't have the `az` CLI anymore.
Right now dotnet/templating and dotnet/diagnostics are affected by the break.
We should see if we can specify the container in a 1ESPT-compatible way.
/cc @MichaelSimons
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.