Skip to content

Commit

Permalink
Deployed eae6a46 with MkDocs version: 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mzorec committed Nov 27, 2019
1 parent dbe429d commit 99bc544
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 17 deletions.
4 changes: 3 additions & 1 deletion build-script-runner-interactive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ <h2 id="features"><strong>Features</strong><a class="headerlink" href="#features
<p>Features in interactive mode</p>
<ul>
<li>Target's tab completition with tab key</li>
<li>Option's tab completition with tab key</li>
<li>Option's (parameter) tab completition with tab key</li>
<li>Option's (parameter) value tab completition with tab key for enum types</li>
<li>Target help displayed at the bottom of console</li>
<li>Option help displayed at the bottom of console</li>
<li>Execute external commands. Meaning if you run FlubuCore interactive mode for example in powershell all powershell commands are available in FlubuCore interactive mode.</li>
<li>Execute external processes. For some of them FlubuCore offers tab completion with help at the bottom of console out of the box(such as dotnet, git...<a href="#external-processes-tab-completion-list">See full list</a>)</li>
<li>Next / previos target with up and down arrow</li>
<li>Next / previos option with up and down arrow</li>
<li>Next / previos target or option with tab key</li>
<li>History of executed commans with up and down arrow</li>
<li>No need to load script for each executed target</li>
<li>reload or load another script</li>
Expand Down
37 changes: 36 additions & 1 deletion build-script-runner/index.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions buildscript-fundamentals/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -488,12 +488,15 @@ <h4 id="target-features">Target features<a class="headerlink" href="#target-feat
<li>SetAsDefault method: When applied to target that target is runned by default if no target is specified when running the script with runner.</li>
<li>SetAsHidden method: When applied to target that target is not shown in help and it can only be run as other target dependency.</li>
<li>Must method: Condition in must will have to be meet otherwise target execution will fail before any task get executed.</li>
<li>Requires method: Parameter specified in required method must not be null otherwise target execution will fail before any task get executed.</li>
</ul>
<h4 id="context-features">Context features<a class="headerlink" href="#context-features" title="Permanent link">&para;</a></h4>
<ul>
<li>GetEnviromentVariable method: Get's the enviroment variable by name <code>context.GetEnvironmentVariable("someVariable");</code></li>
<li>Log:<code>context.LogInfo("Some Text2", ConsoleColor.Blue);</code></li>
<li>GetVsSolution: Get's solution and it's project information <code>context.GetVsSolution();</code></li>
<li>GetVsSolution: Get's solution and it's projects information(such as full project path, target framework, runtimeidentifier..) <code>context.GetVsSolution();</code></li>
<li>GetFiles: Get Files from specified directory with option to filter files with glob pattern <code>context.GetFiles(OutputDirectory, "*.nupkg");</code></li>
<li>GetDirectories: Get Directories from specified directory with option to filter files with glob pattern <code>context.GetFiles(OutputDirectory, "*.nupkg");</code></li>
<li>GetEnviromentVariable method: Get's the enviroment variable by name <code>context.GetEnvironmentVariable("someVariable");</code></li>
</ul>
<p><a name="Run-any-program"></a></p>
<h4 id="run-any-program-or-command-in-build-script-with-runprogramtask">Run any program or command in build script with RunProgramTask<a class="headerlink" href="#run-any-program-or-command-in-build-script-with-runprogramtask" title="Permanent link">&para;</a></h4>
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-11-15</lastmod>
<lastmod>2019-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/getting-started/</loc>
<lastmod>2019-11-15</lastmod>
<lastmod>2019-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/buildscript-fundamentals/</loc>
<lastmod>2019-11-15</lastmod>
<lastmod>2019-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/build-script-runner/</loc>
<lastmod>2019-11-15</lastmod>
<lastmod>2019-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/build-script-runner-interactive/</loc>
<lastmod>2019-11-15</lastmod>
<lastmod>2019-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/referencing-external-assemblies/</loc>
<lastmod>2019-11-15</lastmod>
<lastmod>2019-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/override-add-options/</loc>
<lastmod>2019-11-15</lastmod>
<lastmod>2019-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/tasks/</loc>
<lastmod>2019-11-15</lastmod>
<lastmod>2019-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/write-plugins/</loc>
<lastmod>2019-11-15</lastmod>
<lastmod>2019-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/Tests-debugging/</loc>
<lastmod>2019-11-15</lastmod>
<lastmod>2019-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/WebApi/getting-started/</loc>
<lastmod>2019-11-15</lastmod>
<lastmod>2019-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>http://flubucore.dotnetcore.xyz/AwesomePlugins/awesome-plugins/</loc>
<lastmod>2019-11-15</lastmod>
<lastmod>2019-11-27</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 99bc544

Please sign in to comment.