Sparrowdo module to generate VSTS yaml steps to build dotnet application.
$ cat sparrowfile
module_run "VSTS::YAML::DotNet", %(
build-dir => "cicd/build",
project => "app.csproj", # The path to the csproj file(s) to use. You can use wildcards;
configuration => "debug", # Build configuration, default value
display-name => "Build app.csproj", # optional
);
$ sparrowdo --local_mode --no_sudo
The path to the csproj file(s) to use. You can use wildcards
Build configuration
-
Sparrowdo::VSTS::YAML::Solution
-
Sparrowdo::VSTS::YAML::MsBuild
Alexey Melezhik