diff --git a/.vsts-pipelines/builds/ci-internal.yml b/.vsts-pipelines/builds/ci-internal.yml index dede2700c7..a19cee5885 100644 --- a/.vsts-pipelines/builds/ci-internal.yml +++ b/.vsts-pipelines/builds/ci-internal.yml @@ -1,5 +1,5 @@ trigger: -- dev +- master - release/* resources: @@ -7,7 +7,7 @@ resources: - repository: buildtools type: git name: aspnet-BuildTools - ref: refs/heads/dev + ref: refs/heads/release/2.2 phases: - template: .vsts-pipelines/templates/phases/default-build.yml@buildtools diff --git a/.vsts-pipelines/builds/ci-public.yml b/.vsts-pipelines/builds/ci-public.yml index a310fa5b88..1cca5b68cc 100644 --- a/.vsts-pipelines/builds/ci-public.yml +++ b/.vsts-pipelines/builds/ci-public.yml @@ -1,5 +1,5 @@ trigger: -- dev +- master - release/* # See https://github.com/aspnet/BuildTools @@ -9,7 +9,7 @@ resources: type: github endpoint: DotNet-Bot GitHub Connection name: aspnet/BuildTools - ref: refs/heads/dev + ref: refs/heads/release/2.2 phases: - template: .vsts-pipelines/templates/phases/default-build.yml@buildtools diff --git a/.vsts-pipelines/builds/slow-tests-internal.yml b/.vsts-pipelines/builds/slow-tests-internal.yml index 7706248606..dbb62aacfb 100644 --- a/.vsts-pipelines/builds/slow-tests-internal.yml +++ b/.vsts-pipelines/builds/slow-tests-internal.yml @@ -1,5 +1,5 @@ trigger: -- dev +- master - release/* phases: diff --git a/benchmarkapps/BenchmarkServer/signalr.json b/benchmarkapps/BenchmarkServer/signalr.json index d8d47bba67..23c53f7088 100644 --- a/benchmarkapps/BenchmarkServer/signalr.json +++ b/benchmarkapps/BenchmarkServer/signalr.json @@ -3,7 +3,7 @@ "Client": "SignalR", "Source": { "Repository": "https://github.com/aspnet/SignalR.git", - "BranchOrCommit": "dev", + "BranchOrCommit": "release/2.2", "Project": "benchmarkapps/BenchmarkServer/BenchmarkServer.csproj" }, "Connections": 10, diff --git a/build/repo.props b/build/repo.props index 472d056854..fc909de537 100644 --- a/build/repo.props +++ b/build/repo.props @@ -15,6 +15,7 @@ Internal.AspNetCore.Universe.Lineup + 2.2.0-* https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json diff --git a/korebuild.json b/korebuild.json index 19b76654e1..78afb8c137 100644 --- a/korebuild.json +++ b/korebuild.json @@ -1,6 +1,6 @@ { - "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json", - "channel": "dev", + "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.2/tools/korebuild.schema.json", + "channel": "release/2.2", "toolsets": { "nodejs": { "required": true,