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
Add provider name to BuildSystem to simplify build info introspection.
This can be done with reflection to keep it simple and dynamic, as I do in Cake.Dungeon/scripts/builder.cake, so the build info introspection can easily filter the BuildSystem properties to just the relevant provider.
For example, this is what my build log is currently generating on Azure Pipelines:
Add provider name to BuildSystem to simplify build info introspection.
This can be done with reflection to keep it simple and dynamic, as I do in Cake.Dungeon/scripts/builder.cake, so the build info introspection can easily filter the
BuildSystem
properties to just the relevant provider.For example, this is what my build log is currently generating on Azure Pipelines:
This can help diagnose issues with your Cake build scripts.
The text was updated successfully, but these errors were encountered: