Skip to content

Commit 1e0dd1e

Browse files
committed
Do not overwrite Dockerfile if unchanged.
1 parent 8eadfce commit 1e0dd1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PostSharp.Engineering.BuildTools/Docker/ContainerRequirements.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ void Add( ContainerComponent c )
6666
var orderedComponents = allComponents.OrderBy( x => x ).ToList();
6767

6868
var dockerfilePath = Path.Combine( context.RepoDirectory, "Dockerfile" );
69-
context.Console.WriteMessage( $"Writing '{dockerfilePath}'." );
7069
using var dockerfileContent = new StringWriter();
7170

7271
foreach ( var component in orderedComponents )

0 commit comments

Comments
 (0)