Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melezhik/sparrowdo-vsts-msbuild
Sparrowdo module to generate VSTS yaml steps for msbuild tool
https://github.com/melezhik/sparrowdo-vsts-msbuild
build build-tool ci devops microsoft msbuild perl6 vsts yaml
Last synced: 5 days ago
JSON representation
Sparrowdo module to generate VSTS yaml steps for msbuild tool
- Host: GitHub
- URL: https://github.com/melezhik/sparrowdo-vsts-msbuild
- Owner: melezhik
- Created: 2018-07-25T19:18:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T20:46:33.000Z (over 6 years ago)
- Last Synced: 2024-11-05T21:49:58.271Z (about 2 months ago)
- Topics: build, build-tool, ci, devops, microsoft, msbuild, perl6, vsts, yaml
- Language: Perl 6
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# Sparrowdo::VSTS::YAML:MsBuild
Sparrowdo module to generate VSTS yaml steps for msbuild tool.
$ cat sparrowfile
module_run "VSTS::YAML::MsBuild", %(
build-dir => "cicd/build",
project => "Database.sqlproj", # Relative path from repo root of the project(s) or solution(s) to run.
configuration => "debug", # Build configuration, default value
platform => "any cpu", # Build platform, default value
display-name => "Build app.csproj", # optional
);$ sparrowdo --local_mode --no_sudo
# Parameters
## project
Relative path from repo root of the project(s) or solution(s) to run. Wildcards can be used. For example, **/*.csproj for all csproj files in all sub folders.
## configuration
Build configuration
## platform
Build platform
# See also
- Sparrowdo::VSTS::YAML::Solution
- Sparrowdo::VSTS::YAML::DotNet
# Author
Alexey Melezhik