The changes from https://github.com/dotnet/docker-tools/pull/1310 are causing a failure in the GenerateBuildMatrix pipeline step because the agent has no auth configuration in that step, causing the GetToken method to fail during component composition.
Workaround is to just catch the exception. It will work correctly in build steps that are configured with authentication enabled.
The changes from https://github.com/dotnet/docker-tools/pull/1310 are causing a failure in the
GenerateBuildMatrix
pipeline step because the agent has no auth configuration in that step, causing theGetToken
method to fail during component composition.Workaround is to just catch the exception. It will work correctly in build steps that are configured with authentication enabled.