Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change all "into CoreFX master" subscriptions to new VersionTools build task #48

Merged
merged 1 commit into from
Aug 8, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 30 additions & 21 deletions Maestro/subscriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,17 @@
{
"maestroAction": "corefx-general",
"maestroDelay": "00:10:00",
"ScriptFileName": "UpdateDependencies.ps1",
"ScriptFileName": "build-managed.cmd",
"Arguments": [
"-GitHubUser dotnet-bot",
"-GitHubEmail dotnet-bot@microsoft.com",
"-GitHubPassword `$(`$Secrets['DotNetBotGitHubPassword'])",
"-VersionFileUrl https://raw.githubusercontent.com/dotnet/versions/master/build-info/dotnet/corefx/master/Latest.txt",
"-GitHubPullRequestNotifications 'dotnet/corefx-contrib'",
"-DirPropsVersionElements CoreFxExpectedPrerelease"
"--",
"/t:UpdateDependencies",
"/p:GitHubUser=dotnet-bot",
"/p:GitHubEmail=dotnet-bot@microsoft.com",
"/p:GitHubAuthToken=`$(`$Secrets['DotNetBotGitHubPassword'])",
"/p:ProjectRepoOwner=dotnet",
"/p:ProjectRepoName=corefx",
"/p:ProjectRepoBranch=master",
"/p:NotifyGitHubUsers=\"dotnet/corefx-contrib\""
]
}
]
Expand Down Expand Up @@ -107,14 +110,17 @@
{
"maestroAction": "corefx-general",
"maestroDelay": "00:10:00",
"ScriptFileName": "UpdateDependencies.ps1",
"ScriptFileName": "build-managed.cmd",
"Arguments": [
"-GitHubUser dotnet-bot",
"-GitHubEmail dotnet-bot@microsoft.com",
"-GitHubPassword `$(`$Secrets['DotNetBotGitHubPassword'])",
"-VersionFileUrl https://raw.githubusercontent.com/dotnet/versions/master/build-info/dotnet/projectk-tfs/master/Latest.txt",
"-GitHubPullRequestNotifications 'dotnet/corefx-contrib'",
"-DirPropsVersionElements ExternalExpectedPrerelease"
"--",
"/t:UpdateDependencies",
"/p:GitHubUser=dotnet-bot",
"/p:GitHubEmail=dotnet-bot@microsoft.com",
"/p:GitHubAuthToken=`$(`$Secrets['DotNetBotGitHubPassword'])",
"/p:ProjectRepoOwner=dotnet",
"/p:ProjectRepoName=corefx",
"/p:ProjectRepoBranch=master",
"/p:NotifyGitHubUsers=\"dotnet/corefx-contrib\""
]
},
// This handler will bring the Latest ProjectK TFS master build into CoreFX dev/api
Expand Down Expand Up @@ -156,14 +162,17 @@
{
"maestroAction": "corefx-general",
"maestroDelay": "00:10:00",
"ScriptFileName": "UpdateDependencies.ps1",
"ScriptFileName": "build-managed.cmd",
"Arguments": [
"-GitHubUser dotnet-bot",
"-GitHubEmail dotnet-bot@microsoft.com",
"-GitHubPassword `$(`$Secrets['DotNetBotGitHubPassword'])",
"-VersionFileUrl https://raw.githubusercontent.com/dotnet/versions/master/build-info/dotnet/coreclr/master/Latest.txt",
"-GitHubPullRequestNotifications 'dotnet/corefx-contrib'",
"-DirPropsVersionElements CoreClrExpectedPrerelease"
"--",
"/t:UpdateDependencies",
"/p:GitHubUser=dotnet-bot",
"/p:GitHubEmail=dotnet-bot@microsoft.com",
"/p:GitHubAuthToken=`$(`$Secrets['DotNetBotGitHubPassword'])",
"/p:ProjectRepoOwner=dotnet",
"/p:ProjectRepoName=corefx",
"/p:ProjectRepoBranch=master",
"/p:NotifyGitHubUsers=\"dotnet/corefx-contrib\""
]
},
// This handler will bring the Latest CoreCLR master build into CoreFX dev/api
Expand Down