We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eadfce commit 1e0dd1eCopy full SHA for 1e0dd1e
src/PostSharp.Engineering.BuildTools/Docker/ContainerRequirements.cs
@@ -66,7 +66,6 @@ void Add( ContainerComponent c )
66
var orderedComponents = allComponents.OrderBy( x => x ).ToList();
67
68
var dockerfilePath = Path.Combine( context.RepoDirectory, "Dockerfile" );
69
- context.Console.WriteMessage( $"Writing '{dockerfilePath}'." );
70
using var dockerfileContent = new StringWriter();
71
72
foreach ( var component in orderedComponents )
0 commit comments