From 804fc191f648f00e0256e6d62b26f116bc53e5e3 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Mon, 22 Oct 2018 09:11:22 -0700 Subject: [PATCH] Change 2.1 build to be internal (#1540) --- .../builds/{ci-public-21.yml => ci-internal-21.yml} | 6 ++---- version.props | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) rename .vsts-pipelines/builds/{ci-public-21.yml => ci-internal-21.yml} (84%) diff --git a/.vsts-pipelines/builds/ci-public-21.yml b/.vsts-pipelines/builds/ci-internal-21.yml similarity index 84% rename from .vsts-pipelines/builds/ci-public-21.yml rename to .vsts-pipelines/builds/ci-internal-21.yml index 7542fca220..1506ee3149 100644 --- a/.vsts-pipelines/builds/ci-public-21.yml +++ b/.vsts-pipelines/builds/ci-internal-21.yml @@ -1,13 +1,11 @@ trigger: - release/2.2 -# See https://github.com/aspnet/BuildTools resources: repositories: - repository: buildtools - type: github - endpoint: DotNet-Bot GitHub Connection - name: aspnet/BuildTools + type: git + name: aspnet-BuildTools ref: refs/heads/release/2.2 phases: diff --git a/version.props b/version.props index 023ad472eb..6fb4839c0d 100644 --- a/version.props +++ b/version.props @@ -9,7 +9,7 @@ 2 $(DotNetPatchVersion) rtm - -ancm-oob + ancm-oob $(VersionPrefix) $(VersionPrefix)-$(VersionSuffix)-final t000