An open API service indexing awesome lists of open source software.

https://github.com/melezhik/sparrowdo-vsts-dotnet

Sparrowdo module to generate VSTS yaml steps to build dotnet application
https://github.com/melezhik/sparrowdo-vsts-dotnet

build build-tool ci dontnet dontnet-core microsoft msbuild perl6 sparrowdo vsts

Last synced: about 2 months ago
JSON representation

Sparrowdo module to generate VSTS yaml steps to build dotnet application

Awesome Lists containing this project

README

        

# 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