Skip to content

Commit feeb179

Browse files
authored
Update branding to 9.0.114 (#52313)
2 parents 4c2926f + dd33a9a commit feeb179

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.vsts-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ extends:
273273
name: Azure Pipelines
274274
image: macOS-latest
275275
os: macOS
276-
helixTargetQueue: osx.13.amd64
276+
helixTargetQueue: osx.15.amd64
277277
oneESCompat:
278278
templateFolderName: templates-official
279279
publishTaskPrefix: 1ES.

.vsts-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ stages:
5757
name: Azure Pipelines
5858
vmImage: macOS-latest
5959
os: macOS
60-
helixTargetQueue: osx.13.amd64.open
60+
helixTargetQueue: osx.15.amd64.open
6161

6262
############### SOURCE BUILD ###############
6363
- template: /eng/common/templates/job/source-build.yml

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<VersionMajor>9</VersionMajor>
77
<VersionMinor>0</VersionMinor>
88
<VersionSDKMinor>1</VersionSDKMinor>
9-
<VersionFeature>13</VersionFeature>
9+
<VersionFeature>14</VersionFeature>
1010
<!-- This property powers the SdkAnalysisLevel property in end-user MSBuild code.
1111
It should always be the hundreds-value of the current SDK version, never any
1212
preview version components or anything else. E.g. 8.0.100, 9.0.300, etc. -->

test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishAnAotApp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void NativeAot_hw_runs_with_no_warnings_when_PublishAot_is_enabled(string
4949
.And.NotHaveStdOutContaining("IL2026")
5050
.And.NotHaveStdErrContaining("NETSDK1179")
5151
.And.NotHaveStdErrContaining("warning")
52-
.And.NotHaveStdOutContaining("warning");
52+
.And.NotHaveStdOutContaining("warning", new[] { "ld: warning: -ld_classic is deprecated and will be removed in a future release" });
5353

5454
var buildProperties = testProject.GetPropertyValues(testAsset.TestRoot, targetFramework);
5555
var rid = buildProperties["NETCoreSdkPortableRuntimeIdentifier"];

0 commit comments

Comments
 (0)