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

Commit e98f0d3

Browse files
authored
Merge branch 'release/3.0' into merge/master-to-release/3.0
2 parents 6c77e75 + e330c2c commit e98f0d3

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

azure-pipelines.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
variables:
217
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
318

@@ -21,12 +36,6 @@ resources:
2136
- container: centos6_x64_build_image
2237
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-6-3e800f1-20190501005338
2338

24-
trigger:
25-
- master
26-
27-
pr:
28-
- master
29-
3039
jobs:
3140

3241
## 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<!-- Package dependency verification/auto-upgrade configuration. -->
3737
<PropertyGroup>
3838
<BaseDotNetBuildInfo>build-info/dotnet/</BaseDotNetBuildInfo>
39-
<DependencyBranch>master</DependencyBranch>
39+
<DependencyBranch>release/3.0</DependencyBranch>
4040
<CurrentRefXmlPath>$(MSBuildThisFileFullPath)</CurrentRefXmlPath>
4141
</PropertyGroup>
4242

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)