Skip to content

Commit

Permalink
Deployed eda19ba with MkDocs version: 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mzorec committed Jul 23, 2019
1 parent 878a3f1 commit 9842911
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions override-add-options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ <h2 id="example"><strong>Example</strong><a class="headerlink" href="#example" t
</td></tr></table></p>
<p>and you wan't to build solution in debug configuration.
You could just write in console</p>
<p><code>flubu build /o:configuration=Debug</code></p>
<p><code>flubu example /o:configuration=Debug</code></p>
<p>or
<code>flubu build /o:c=Debug</code></p>
<code>flubu example /o:c=Debug</code></p>
<p>or
<code>flubu build /build:c=Debug</code></p>
<code>flubu example /build:c=Debug</code></p>
<p>flubu would execute </p>
<p><code>dotnet build MySolution.sln -c Debug</code></p></article></div></div></main><footer class="md-footer"><div class="md-footer-nav"><nav class="md-footer-nav__inner md-grid"><a href="../referencing-external-assemblies/" title="Referencing external assemblies in build script" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev"><div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-back md-footer-nav__button"></i></div><div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span class="md-flex__ellipsis"><span class="md-footer-nav__direction">Previous</span>Referencing external assemblies in build script</span></div></a><a href="../tasks/" title="Tasks" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next"><div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span class="md-flex__ellipsis"><span class="md-footer-nav__direction">Next</span>Tasks</span></div><div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i></div></a></nav></div><div class="md-footer-meta md-typeset"><div class="md-footer-meta__inner md-grid"><div class="md-footer-copyright">powered by <a href="https://www.mkdocs.org">MkDocs</a> and <a href="https://squidfunk.github.io/mkdocs-material/">Material for MkDocs</a></div></div></div></footer></div><script src="../assets/javascripts/application.b260a35d.js"></script><script>app.initialize({version:"1.0.4",url:{base:".."}})</script></body></html>
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,62 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://flubucore.dotnetcore.xyz/</loc>
<lastmod>2019-07-01</lastmod>
<lastmod>2019-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/getting-started/</loc>
<lastmod>2019-07-01</lastmod>
<lastmod>2019-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/buildscript-fundamentals/</loc>
<lastmod>2019-07-01</lastmod>
<lastmod>2019-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/build-script-runner/</loc>
<lastmod>2019-07-01</lastmod>
<lastmod>2019-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/build-script-runner-interactive/</loc>
<lastmod>2019-07-01</lastmod>
<lastmod>2019-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/referencing-external-assemblies/</loc>
<lastmod>2019-07-01</lastmod>
<lastmod>2019-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/override-add-options/</loc>
<lastmod>2019-07-01</lastmod>
<lastmod>2019-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/tasks/</loc>
<lastmod>2019-07-01</lastmod>
<lastmod>2019-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/write-plugins/</loc>
<lastmod>2019-07-01</lastmod>
<lastmod>2019-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/Tests-debugging/</loc>
<lastmod>2019-07-01</lastmod>
<lastmod>2019-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/WebApi/getting-started/</loc>
<lastmod>2019-07-01</lastmod>
<lastmod>2019-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/AwesomePlugins/awesome-plugins/</loc>
<lastmod>2019-07-01</lastmod>
<lastmod>2019-07-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 9842911

Please sign in to comment.