We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca1e5e commit 8849f0dCopy full SHA for 8849f0d
src/PostSharp.Engineering.BuildTools/Build/Files/NuGet/NuGetConfigGenerator.cs
@@ -79,6 +79,9 @@ public bool TryGenerate(
79
packageSourceMappingElement.Add( defaultSourceMapping );
80
}
81
82
+ // Add a comment indicating the file is generated.
83
+ rootElement.AddFirst( new XComment( " This file is generated by Build.ps1 prepare/build. Do not edit manually. " ) );
84
+
85
// Add the current artifact directory.
86
var artifactDirectory = this.GetCurrentProductDirectory( context, configuration );
87
0 commit comments