Skip to content

Commit dd08055

Browse files
authored
Cleanup Microsoft.DotNet.VersionTools.Tasks, it got removed from arcade (#115046)
It should be unused.
1 parent 9e3e69e commit dd08055

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

eng/Tools.props

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
<Project>
2-
<PropertyGroup>
3-
<!-- Unset the repo tool manifest property in CI as we don't use repo tools there anyway,
4-
until https://github.com/dotnet/sdk/issues/10938 is fixed. -->
5-
<_RepoToolManifest Condition="'$(ContinuousIntegrationBuild)' == 'true'" />
6-
</PropertyGroup>
72

83
<ItemGroup>
94
<PackageReference Include="Microsoft.DotNet.Build.Tasks.Packaging" Version="$(MicrosoftDotNetBuildTasksPackagingVersion)" />
105
<PackageReference Include="Microsoft.DotNet.Build.Tasks.Templating" Version="$(MicrosoftDotNetBuildTasksTemplatingVersion)" />
116
</ItemGroup>
127

13-
<!-- excluded from source build -->
14-
<ItemGroup Condition="'$(DotNetBuildSourceOnly)' != 'true'">
15-
<PackageReference Include="Microsoft.DotNet.VersionTools.Tasks" Version="$(MicrosoftDotNetVersionToolsTasksVersion)" />
16-
</ItemGroup>
17-
188
</Project>

eng/Version.Details.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@
159159
<Uri>https://github.com/dotnet/dotnet</Uri>
160160
<Sha>58950550c5c2c7a2431595699b38fd0360fd63e9</Sha>
161161
</Dependency>
162-
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="10.0.0-beta.25178.2">
163-
<Uri>https://github.com/dotnet/arcade</Uri>
164-
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</Sha>
165-
</Dependency>
166162
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25224.104">
167163
<Uri>https://github.com/dotnet/dotnet</Uri>
168164
<Sha>58950550c5c2c7a2431595699b38fd0360fd63e9</Sha>

eng/Versions.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.25224.104</MicrosoftDotNetBuildTasksTemplatingVersion>
100100
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>10.0.0-beta.25224.104</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
101101
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25224.104</MicrosoftDotNetRemoteExecutorVersion>
102-
<MicrosoftDotNetVersionToolsTasksVersion>10.0.0-beta.25178.2</MicrosoftDotNetVersionToolsTasksVersion>
103102
<MicrosoftDotNetPackageTestingVersion>10.0.0-beta.25224.104</MicrosoftDotNetPackageTestingVersion>
104103
<MicrosoftDotNetXliffTasksVersion>10.0.0-beta.25224.104</MicrosoftDotNetXliffTasksVersion>
105104
<!-- TODO: Remove pinned xunit.analyzers version: https://github.com/dotnet/runtime/issues/97088 -->

0 commit comments

Comments
 (0)