Skip to content

Commit 43d976a

Browse files
Pin 18.0 channel for optprof data collection (#12779)
Because of changes between VS 18.0 and 18.3, `main` builds can no longer collect optprof data for 18.0 builds, so we must pin to the right channel. This should fix collection, fixing dotnet/dotnet#3387 (eventually).
1 parent e22287b commit 43d976a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines/.vsts-dotnet-build-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: VisualStudio.MajorVersion
3030
value: 18
3131
- name: VisualStudio.ChannelName
32-
value: 'int.main'
32+
value: 'int.d18.0'
3333
- name: VisualStudio.DropName
3434
value: Products/$(System.TeamProject)/$(Build.Repository.Name)/$(Build.SourceBranchName)/$(Build.BuildNumber)
3535

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Project>
44
<Import Project="Version.Details.props" Condition="Exists('Version.Details.props')" />
55
<PropertyGroup>
6-
<VersionPrefix>18.0.5</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
6+
<VersionPrefix>18.0.6</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.14.8</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>
99
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>

0 commit comments

Comments
 (0)