Skip to content

Sparrowdo module to generate VSTS yaml steps to build dotnet application

Notifications You must be signed in to change notification settings

melezhik/sparrowdo-vsts-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sparrowdo::VSTS::YAML:DotNet

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

Parameters

project

The path to the csproj file(s) to use. You can use wildcards

configuration

Build configuration

See also

  • Sparrowdo::VSTS::YAML::Solution

  • Sparrowdo::VSTS::YAML::MsBuild

Author

Alexey Melezhik

Packages

No packages published

Languages

  • Other 100.0%