This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +15
-11
lines changed Expand file tree Collapse file tree 5 files changed +15
-11
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
1
11
2
12
# Temporarily set a build number format that includes a large revision
3
13
# number that won't conflict with buildpipeline official builds.
@@ -26,12 +36,6 @@ resources:
26
36
- container : centos6_x64_build_image
27
37
image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-6-376e1a3-20174311014331
28
38
29
- trigger :
30
- - master
31
-
32
- pr :
33
- - master
34
-
35
39
jobs :
36
40
37
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 21
21
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
22
22
<StableVersion Condition =" '$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''" >$(PackageVersion)</StableVersion >
23
23
24
- <PreReleaseLabel >preview5 </PreReleaseLabel >
24
+ <PreReleaseLabel >preview4 </PreReleaseLabel >
25
25
</PropertyGroup >
26
26
27
27
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
48
48
<!-- Package dependency verification/auto-upgrade configuration. -->
49
49
<PropertyGroup >
50
50
<BaseDotNetBuildInfo >build-info/dotnet/</BaseDotNetBuildInfo >
51
- <DependencyBranch >master </DependencyBranch >
51
+ <DependencyBranch >release/3.0 </DependencyBranch >
52
52
<CurrentRefXmlPath >$(MSBuildThisFileFullPath)</CurrentRefXmlPath >
53
53
</PropertyGroup >
54
54
Original file line number Diff line number Diff line change 133
133
<!-- If true, indicates that this is not an officially supported release -->
134
134
<!-- It is important to flip this to false in official release branches -->
135
135
<!-- Keep it in sync with PRERELEASE in clrdefinitions.cmake -->
136
- <IsPrerelease >true </IsPrerelease >
136
+ <IsPrerelease >false </IsPrerelease >
137
137
138
138
<!-- This should be kept in sync with package details in src/.nuget/init/project.json -->
139
139
<RuntimeIdGraphDefinitionVersion >1.0.2-beta-24224-02</RuntimeIdGraphDefinitionVersion >
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