Skip to content

Update branding to 8.0.117 #48847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
</PropertyGroup>
<!-- Repo Version Information -->
<PropertyGroup>
<VersionPrefix>8.0.116</VersionPrefix>
<VersionPrefix>8.0.117</VersionPrefix>
<!-- Enable to remove prerelease label. -->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
2 changes: 1 addition & 1 deletion eng/common/templates-official/job/source-build.yml
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ jobs:
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')]
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open

${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]
4 changes: 2 additions & 2 deletions eng/common/templates/job/source-build.yml
Original file line number Diff line number Diff line change
@@ -54,11 +54,11 @@ jobs:
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')]
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open

${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')]
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64

${{ if ne(parameters.platform.pool, '') }}:
pool: ${{ parameters.platform.pool }}

Unchanged files with check annotations Beta

// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using FluentAssertions.Execution;

Check failure on line 4 in src/Tests/Microsoft.NET.TestFramework/Assertions/AssemblyAssertions.cs

Azure Pipelines / dotnet-sdk-public-ci (Build Ubuntu_22_04 Build_Release)

src/Tests/Microsoft.NET.TestFramework/Assertions/AssemblyAssertions.cs#L4

src/Tests/Microsoft.NET.TestFramework/Assertions/AssemblyAssertions.cs(4,7): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'FluentAssertions' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 4 in src/Tests/Microsoft.NET.TestFramework/Assertions/AssemblyAssertions.cs

Azure Pipelines / dotnet-sdk-public-ci

src/Tests/Microsoft.NET.TestFramework/Assertions/AssemblyAssertions.cs#L4

src/Tests/Microsoft.NET.TestFramework/Assertions/AssemblyAssertions.cs(4,7): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'FluentAssertions' could not be found (are you missing a using directive or an assembly reference?)
using System.Reflection.Metadata;
using System.Reflection.PortableExecutable;
using System.IO.Compression;
using System.Text.RegularExpressions;
using FluentAssertions.Execution;

Check failure on line 6 in src/Tests/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs

Azure Pipelines / dotnet-sdk-public-ci (Build Ubuntu_22_04 Build_Release)

src/Tests/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs#L6

src/Tests/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(6,7): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'FluentAssertions' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 6 in src/Tests/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs

Azure Pipelines / dotnet-sdk-public-ci

src/Tests/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs#L6

src/Tests/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs(6,7): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'FluentAssertions' could not be found (are you missing a using directive or an assembly reference?)
using Microsoft.DotNet.Cli.Utils;
namespace Microsoft.NET.TestFramework.Assertions
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using FluentAssertions.Execution;

Check failure on line 4 in src/Tests/Microsoft.NET.TestFramework/Assertions/DirectoryInfoAssertions.cs

Azure Pipelines / dotnet-sdk-public-ci (Build Ubuntu_22_04 Build_Release)

src/Tests/Microsoft.NET.TestFramework/Assertions/DirectoryInfoAssertions.cs#L4

src/Tests/Microsoft.NET.TestFramework/Assertions/DirectoryInfoAssertions.cs(4,7): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'FluentAssertions' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 4 in src/Tests/Microsoft.NET.TestFramework/Assertions/DirectoryInfoAssertions.cs

Azure Pipelines / dotnet-sdk-public-ci

src/Tests/Microsoft.NET.TestFramework/Assertions/DirectoryInfoAssertions.cs#L4

src/Tests/Microsoft.NET.TestFramework/Assertions/DirectoryInfoAssertions.cs(4,7): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'FluentAssertions' could not be found (are you missing a using directive or an assembly reference?)
namespace Microsoft.NET.TestFramework.Assertions
{
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using FluentAssertions.Execution;

Check failure on line 4 in src/Tests/Microsoft.NET.TestFramework/Assertions/FileInfoAssertions.cs

Azure Pipelines / dotnet-sdk-public-ci (Build Ubuntu_22_04 Build_Release)

src/Tests/Microsoft.NET.TestFramework/Assertions/FileInfoAssertions.cs#L4

src/Tests/Microsoft.NET.TestFramework/Assertions/FileInfoAssertions.cs(4,7): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'FluentAssertions' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 4 in src/Tests/Microsoft.NET.TestFramework/Assertions/FileInfoAssertions.cs

Azure Pipelines / dotnet-sdk-public-ci

src/Tests/Microsoft.NET.TestFramework/Assertions/FileInfoAssertions.cs#L4

src/Tests/Microsoft.NET.TestFramework/Assertions/FileInfoAssertions.cs(4,7): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'FluentAssertions' could not be found (are you missing a using directive or an assembly reference?)
using System.Security.Cryptography;
namespace Microsoft.NET.TestFramework.Assertions
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using NuGet.Common;

Check failure on line 4 in src/Tests/Microsoft.NET.TestFramework/Assertions/FileInfoExtensions.FileInfoNuGetLock.cs

Azure Pipelines / dotnet-sdk-public-ci (Build Ubuntu_22_04 Build_Release)

src/Tests/Microsoft.NET.TestFramework/Assertions/FileInfoExtensions.FileInfoNuGetLock.cs#L4

src/Tests/Microsoft.NET.TestFramework/Assertions/FileInfoExtensions.FileInfoNuGetLock.cs(4,7): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'NuGet' could not be found (are you missing a using directive or an assembly reference?)
namespace Microsoft.NET.TestFramework.Assertions
{