You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="#icon-include-in-project">Icon include in project</a></li>
127
-
<li><ahref="#migrating-from-an-existing-project">migrating from an existing project</a></li>
128
128
</ul>
129
129
</li>
130
+
<li><ahref="#migrating-from-an-existing-project">Migrating from an existing project</a></li>
130
131
</ul>
131
132
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
132
133
<h2id="goals">Goals</h2>
@@ -150,15 +151,21 @@ <h2 id="usage">Usage</h2>
150
151
</ul>
151
152
<h2id="settings">Settings</h2>
152
153
<h3id="icon-location">Icon-Location</h3>
153
-
<p>The default location of the icon is <code>icon.png</code>, next to the csproj (i.e. <code>$(MSBuildProjectDirectory)/icon.png</code>).</p>
154
+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
155
+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
156
+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
157
+
<p>The default location of the cake-contrib icon is <code>icon.png</code>, next to the csproj (i.e. <code>$(MSBuildProjectDirectory)/icon.png</code>).</p>
154
158
<p>Setting <code>CakeContribGuidelinesIconDestinationLocation</code> makes it possible to override the default location of the Icon. For example setting</p>
<p>Using this package automatically enables this guideline.</p>
139
140
<h2id="settings">Settings</h2>
140
141
<h3id="opt-out">Opt-Out</h3>
141
-
<p>It it possible to opt-out of the check for <code>PrivateAssets</code> using the following setting:</p>
142
+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
143
+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
144
+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
145
+
<p>It it possible to opt-out of the check for <code>PrivateAssets</code> using the <code>CakeContribGuidelinesCakeReferenceOmitPrivateCheck</code> setting:</p>
142
146
<p>(<em>Keep in mind, though that it is not recommended to opt-out of this feature</em>)</p>
0 commit comments