Open lbussell opened 1 month ago
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
The
common
pipeline variable template always references the secrets variable group. However, not every pipeline using the internal template needs this secrets variable group:https://github.com/dotnet/docker-tools/blob/b1154872922f590759c65e15a382354fd3fa8d63/eng/common/templates/variables/dotnet/common.yml#L50-L52
We should find another way to condition this, so that we can exclude it for some pipelines such as
cg-detection.yml
.