1 write to _logger
Microsoft.DotNet.Build.Tasks.Feed (1)
src\ProductionChannelValidator.cs (1)
36
_logger
= logger ?? throw new ArgumentNullException(nameof(logger));
12 references to _logger
Microsoft.DotNet.Build.Tasks.Feed (12)
src\ProductionChannelValidator.cs (12)
50
_logger
.LogInformation($"Target channel {targetChannel.Id} is not a production channel, skipping validation");
54
_logger
.LogInformation($"Validating build {build.Id} for production channel {targetChannel.Id}");
86
_logger
.LogInformation($"Build {build.Id} passed all production channel validations");
116
_logger
.LogWarning(message);
120
_logger
.LogError(message);
132
_logger
.LogWarning(exception, message);
136
_logger
.LogError(exception, message);
173
_logger
.LogDebug($"Validating Azure DevOps tags for build {build.Id}");
185
_logger
.LogDebug($"Build {build.Id} has required tag '{RequiredAzureDevOpsTag}'");
232
_logger
.LogDebug($"Checking branch classification for {azureDevOpsAccount}/{projectId}/{repositoryId}, branch: {branchName}");
243
_logger
.LogDebug($"Branch '{branchName}' is classified as a production branch");
255
_logger
.LogDebug(ex, $"Failed to fetch branch classifications for build {build.Id}");