The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.
For a list of other such plugins, see the Pipeline Steps Reference page.
withDotNet
: With .NETdotnet
utility.
sdk
(optional)
dotnet
will be in the path.
String
specificSdkVersion
(optional)
dotnet
executable may use the most recent SDK available on the system, even when
PATH
is set up to find an older SDK deployment first; see
this page for more information.
global.json
file will be created in the current directory, referencing that SDK version and disabling roll-forward.
global.json
already present in the current directory.
boolean