Skip to content

Commit 4e27865

Browse files
authored
Restore internal tools (#69753)
* test restore internal tools * test * Retry
1 parent 3436758 commit 4e27865

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

eng/common/internal/Tools.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<ItemGroup>
99
<!-- Clear references, the SDK may add some depending on UsuingToolXxx settings, but we only want to restore the following -->
1010
<PackageReference Remove="@(PackageReference)"/>
11+
<PackageReference Include="Microsoft.ManifestTool.CrossPlatform" Version="$(MicrosoftManifestToolCrossPlatformVersion)" />
12+
<PackageReference Include="Microsoft.VisualStudioEng.MicroBuild.Core" Version="$(MicrosoftVisualStudioEngMicroBuildCoreVersion)" />
13+
<PackageReference Include="Microsoft.VisualStudioEng.MicroBuild.Plugins.SwixBuild" Version="$(MicrosoftVisualStudioEngMicroBuildPluginsSwixBuildVersion)" />
1114
<PackageReference Include="Microsoft.DotNet.IBCMerge" Version="$(MicrosoftDotNetIBCMergeVersion)" Condition="'$(UsingToolIbcOptimization)' == 'true'" />
1215
<PackageReference Include="Drop.App" Version="$(DropAppVersion)" ExcludeAssets="all" Condition="'$(UsingToolVisualStudioIbcTraining)' == 'true'"/>
1316
</ItemGroup>

eng/pipelines/common/restore-internal-tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- task: NuGetAuthenticate@0
33
inputs:
4-
nuGetServiceConnections: 'dotnet-core-internal-tooling'
4+
nuGetServiceConnections: 'devdiv/dotnet-core-internal-tooling'
55
forceReinstallCredentialProvider: true
66

77
- script: $(Build.SourcesDirectory)$(dir)build$(scriptExt)

global.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"dotnet": "7.0.100-preview.3.22179.4"
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22255.2",
12-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22255.2",
13-
"Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.22255.2",
11+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22266.1",
12+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22266.1",
13+
"Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.22266.1",
1414
"Microsoft.Build.NoTargets": "3.5.0",
1515
"Microsoft.Build.Traversal": "3.1.6",
1616
"Microsoft.NET.Sdk.IL": "7.0.0-preview.5.22272.3"

0 commit comments

Comments
 (0)