Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 08d1cd0

Browse files
authored
Merge branch 'release/3.0' into merge/master-to-release/3.0
2 parents d422722 + 5db0a94 commit 08d1cd0

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

azure-pipelines.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
trigger:
2+
batch: true
3+
branches:
4+
include:
5+
- master
6+
- release/3.0
7+
8+
pr:
9+
- master
10+
- release/3.0
111

212
# Temporarily set a build number format that includes a large revision
313
# number that won't conflict with buildpipeline official builds.
@@ -26,12 +36,6 @@ resources:
2636
- container: centos6_x64_build_image
2737
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-6-376e1a3-20174311014331
2838

29-
trigger:
30-
- master
31-
32-
pr:
33-
- master
34-
3539
jobs:
3640

3741
## The following is the matrix of test runs that we have. This is

clrdefinitions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include(clrfeatures.cmake)
22

33
# If set, indicates that this is not an officially supported release
44
# Keep in sync with IsPrerelease in dir.props
5-
set(PRERELEASE 1)
5+
set(PRERELEASE 0)
66

77
# Features we're currently flighting, but don't intend to ship in officially supported releases
88
if (PRERELEASE)

dependencies.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
2222
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
2323

24-
<PreReleaseLabel>preview5</PreReleaseLabel>
24+
<PreReleaseLabel>preview4</PreReleaseLabel>
2525
</PropertyGroup>
2626

2727
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
@@ -48,7 +48,7 @@
4848
<!-- Package dependency verification/auto-upgrade configuration. -->
4949
<PropertyGroup>
5050
<BaseDotNetBuildInfo>build-info/dotnet/</BaseDotNetBuildInfo>
51-
<DependencyBranch>master</DependencyBranch>
51+
<DependencyBranch>release/3.0</DependencyBranch>
5252
<CurrentRefXmlPath>$(MSBuildThisFileFullPath)</CurrentRefXmlPath>
5353
</PropertyGroup>
5454

dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<!-- If true, indicates that this is not an officially supported release -->
134134
<!-- It is important to flip this to false in official release branches -->
135135
<!-- Keep it in sync with PRERELEASE in clrdefinitions.cmake -->
136-
<IsPrerelease>true</IsPrerelease>
136+
<IsPrerelease>false</IsPrerelease>
137137

138138
<!-- This should be kept in sync with package details in src/.nuget/init/project.json -->
139139
<RuntimeIdGraphDefinitionVersion>1.0.2-beta-24224-02</RuntimeIdGraphDefinitionVersion>

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
22
<Dependencies>
33
<ProductDependencies>
44
</ProductDependencies>

0 commit comments

Comments
 (0)