This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Original file line number Diff line number Diff line change
1
+ trigger :
2
+ batch : true
3
+ branches :
4
+ include :
5
+ - master
6
+ - release/3.0
7
+
8
+ pr :
9
+ - master
10
+ - release/3.0
11
+
12
+ # Temporarily set a build number format that includes a large revision
13
+ # number that won't conflict with buildpipeline official builds.
14
+ name : $(Date:yyyyMMdd)$(Rev:.7r)
15
+
1
16
variables :
2
17
DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
3
18
@@ -21,12 +36,6 @@ resources:
21
36
- container : centos6_x64_build_image
22
37
image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-6-3e800f1-20190501005338
23
38
24
- trigger :
25
- - master
26
-
27
- pr :
28
- - master
29
-
30
39
jobs :
31
40
32
41
# # The following is the matrix of test runs that we have. This is
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include(clrfeatures.cmake)
2
2
3
3
# If set, indicates that this is not an officially supported release
4
4
# Keep in sync with IsPrerelease in dir.props
5
- set (PRERELEASE 1 )
5
+ set (PRERELEASE 0 )
6
6
7
7
# Features we're currently flighting, but don't intend to ship in officially supported releases
8
8
if (PRERELEASE)
Original file line number Diff line number Diff line change 36
36
<!-- Package dependency verification/auto-upgrade configuration. -->
37
37
<PropertyGroup >
38
38
<BaseDotNetBuildInfo >build-info/dotnet/</BaseDotNetBuildInfo >
39
- <DependencyBranch >master </DependencyBranch >
39
+ <DependencyBranch >release/3.0 </DependencyBranch >
40
40
<CurrentRefXmlPath >$(MSBuildThisFileFullPath)</CurrentRefXmlPath >
41
41
</PropertyGroup >
42
42
Original file line number Diff line number Diff line change 1
- <? xml version = " 1.0 " encoding = " utf-8 " ?>
1
+
2
2
<Dependencies >
3
3
<ProductDependencies >
4
4
</ProductDependencies >
You can’t perform that action at this time.
0 commit comments