01edbc3965
Adds a pipeline that will trigger on main commits and synchronize the [VMR](https://github.com/dotnet/dotnet). The pipeline has 2 parameters: - What commit of installer to sync to (defaults to commit that triggered the build) - What branch of the VMR it pushes to (defaults to branch that triggered the build)
12 lines
174 B
JSON
12 lines
174 B
JSON
{
|
|
"version": 1,
|
|
"isRoot": true,
|
|
"tools": {
|
|
"microsoft.dotnet.darc": {
|
|
"version": "1.1.0-beta.22527.1",
|
|
"commands": [
|
|
"darc"
|
|
]
|
|
}
|
|
}
|
|
}
|