Skip to content

Commit

Permalink
Deployed cb25760 with MkDocs version: 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mzorec committed Aug 23, 2019
1 parent 80b7481 commit b061b81
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 23 deletions.
17 changes: 7 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,11 @@ <h2 id="features-and-advantages"><strong>Features and Advantages</strong><a clas
<ul>
<li><a href="https://flubucore.dotnetcore.xyz/override-add-options/">Override existing options or add additional options to tasks through console</a></li>
</ul>
<table class="codehilitetable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span>1
2</pre></div></td><td class="code"><div class="codehilite"><pre><span></span><span class="n">context</span><span class="p">.</span><span class="n">CreateTarget</span><span class="p">(</span><span class="s">&quot;Example&quot;</span><span class="p">)</span><span class="err">`</span>
<span class="p">.</span><span class="n">AddCoreTask</span><span class="p">(</span><span class="n">x</span> <span class="p">=&gt;</span> <span class="n">x</span><span class="p">.</span><span class="n">Build</span><span class="p">(</span><span class="s">&quot;MySolution.sln&quot;</span><span class="p">).</span><span class="n">Configuration</span><span class="p">(</span><span class="s">&quot;Release&quot;</span><span class="p">);</span>
</pre></div>
</td></tr></table>

<p><code>flubu build /o:configuration=Debug</code></p>
<p>flubu would execute <code>dotnet build MySolution.sln -c Debug</code> </p>
<p><code>c#
context.CreateTarget("Example")`
.AddCoreTask(x =&gt; x.Build("MySolution.sln").Configuration("Release");</code> </p>
<p><code>flubu example --configuration=Debug</code></p>
<p>flubu would execute <code>dotnet build MySolution.sln --configuration Debug</code></p>
<ul>
<li><a href="https://flubucore.dotnetcore.xyz/getting-started#getting-started-net-core">Full .NET Core support including the global CLI tool</a></li>
</ul>
Expand All @@ -220,10 +217,10 @@ <h2 id="features-and-advantages"><strong>Features and Advantages</strong><a clas
<p><a href="https://github.com/flubu-core/examples/blob/master/NetCore_csproj/BuildScript/BuildScriptTests.cs">Possibility to use FlubuCore tasks in any other .NET application.</a></p>
</li>
<li>
<p><a href="https://flubucore.dotnetcore.xyz/build-script-runner-interactive/">FlubuCore interactive mode</a> which offers target tab completition, options tab completition, toogle targets and options, executed commands history and more... </p>
<p><a href="https://flubucore.dotnetcore.xyz/build-script-runner-interactive/">FlubuCore interactive mode</a> which offers target tab completition, options tab completition, toogle targets/options, executed commands history. It is also possible to execute external commands and operable programs. For some of them FlubuCore offers tab completion with help displayed at the bottom of console out of the box(such as dotnet, git..) </p>
</li>
</ul>
<p><img alt="FlubuCore interactive mode" src="https://raw.githubusercontent.com/flubu-core/flubu.core/master/assets/FlubuCore_Interactive_mode.gif" /></p>
<p><img alt="FlubuCore interactive mode" src="https://raw.githubusercontent.com/dotnetcore/flubu.core/master/assets/FlubuCore_Interactive_mode_full.gif" /></p>
<ul>
<li>Improved developer experience with FlubuCore custom analyzers.</li>
</ul>
Expand Down
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-08-22</lastmod>
<lastmod>2019-08-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/getting-started/</loc>
<lastmod>2019-08-22</lastmod>
<lastmod>2019-08-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/buildscript-fundamentals/</loc>
<lastmod>2019-08-22</lastmod>
<lastmod>2019-08-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/build-script-runner/</loc>
<lastmod>2019-08-22</lastmod>
<lastmod>2019-08-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/build-script-runner-interactive/</loc>
<lastmod>2019-08-22</lastmod>
<lastmod>2019-08-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/referencing-external-assemblies/</loc>
<lastmod>2019-08-22</lastmod>
<lastmod>2019-08-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/override-add-options/</loc>
<lastmod>2019-08-22</lastmod>
<lastmod>2019-08-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/tasks/</loc>
<lastmod>2019-08-22</lastmod>
<lastmod>2019-08-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/write-plugins/</loc>
<lastmod>2019-08-22</lastmod>
<lastmod>2019-08-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/Tests-debugging/</loc>
<lastmod>2019-08-22</lastmod>
<lastmod>2019-08-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/WebApi/getting-started/</loc>
<lastmod>2019-08-22</lastmod>
<lastmod>2019-08-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/AwesomePlugins/awesome-plugins/</loc>
<lastmod>2019-08-22</lastmod>
<lastmod>2019-08-23</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit b061b81

Please sign in to comment.