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
- Host: GitHub
- URL: https://github.com/melezhik/sparrowdo-vsts-dotnet
- Owner: melezhik
- Created: 2018-07-25T18:51:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T20:46:02.000Z (almost 7 years ago)
- Last Synced: 2025-04-10T00:55:09.438Z (about 2 months ago)
- Topics: build, build-tool, ci, dontnet, dontnet-core, microsoft, msbuild, perl6, sparrowdo, vsts
- Language: Perl 6
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
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