This repository was archived by the owner on Oct 17, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11trigger :
2- - dev
2+ - master
33- release/*
44
55resources :
66 repositories :
77 - repository : buildtools
88 type : git
99 name : aspnet-BuildTools
10- ref : refs/heads/dev
10+ ref : refs/heads/release/2.2
1111
1212phases :
1313- template : .vsts-pipelines/templates/project-ci.yml@buildtools
Original file line number Diff line number Diff line change 11trigger :
2- - dev
2+ - master
33- release/*
44
55# See https://github.com/aspnet/BuildTools
@@ -9,7 +9,7 @@ resources:
99 type : github
1010 endpoint : DotNet-Bot GitHub Connection
1111 name : aspnet/BuildTools
12- ref : refs/heads/dev
13-
12+ ref : refs/heads/release/2.2
13+
1414phases :
1515- template : .vsts-pipelines/templates/project-ci.yml@buildtools
Original file line number Diff line number Diff line change 44 <PropertyGroup >
55 <!-- These properties are use by the automation that updates dependencies.props -->
66 <LineupPackageId >Internal.AspNetCore.Universe.Lineup</LineupPackageId >
7+ <LineupPackageVersion >2.2.0-*</LineupPackageVersion >
78 <LineupPackageRestoreSource >https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</LineupPackageRestoreSource >
89 </PropertyGroup >
910
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://raw.githubusercontent.com/aspnet/BuildTools/dev /tools/korebuild.schema.json" ,
3- "channel" : " dev "
2+ "$schema" : " https://raw.githubusercontent.com/aspnet/BuildTools/release/2.2 /tools/korebuild.schema.json" ,
3+ "channel" : " release/2.2 "
44}
You can’t perform that action at this time.
0 commit comments