Skip to content

Commit f2ab82c

Browse files
committed
Revert "Merge remote-tracking branch 'origin/main' into mbuck/tool-grouping"
This reverts commit aae360f, reversing changes made to 91161ca.
1 parent d98d2c4 commit f2ab82c

File tree

359 files changed

+1270
-15835
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

359 files changed

+1270
-15835
lines changed

.github/copilot-instructions.md

Lines changed: 0 additions & 183 deletions
This file was deleted.

eng/MSBuild/Packaging.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/overview -->
3838
<EnablePackageValidation>true</EnablePackageValidation>
3939

40-
<PackageValidationBaselineVersion Condition="'$(Stage)' == 'normal' and '$(PackageValidationBaselineVersion)' == ''">9.10.0</PackageValidationBaselineVersion>
40+
<PackageValidationBaselineVersion Condition=" '$(Stage)' == 'normal' ">9.8.0</PackageValidationBaselineVersion>
4141
</PropertyGroup>
4242

4343
<!-- Verify that the minimum supported TFM is actually used. -->

eng/Publishing.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
3-
<ItemGroup>
4-
<PackageDownload Include="Microsoft.DotNet.Build.Tasks.Feed" Version="[$(MicrosoftDotNetBuildTasksFeedVersion)]" />
5-
</ItemGroup>
6-
73
<PropertyGroup>
84
<PublishingVersion>3</PublishingVersion>
95
<ProducesDotNetReleaseShippingAssets>true</ProducesDotNetReleaseShippingAssets>

eng/Signing.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!-- This file gets automatically imported by Arcade infrastructure when calling the build scripts -->
22
<Project>
33
<ItemGroup>
4-
<FileExtensionSignInfo Update=".js" CertificateName="MicrosoftDotNet500" />
54
<ItemsToSign Include="$(ArtifactsDir)VSIX\*.vsix" />
65
</ItemGroup>
76
</Project>

0 commit comments

Comments
 (0)