Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 1ba7457

Browse files
author
Rahul Kumar
committed
Merge pull request #3781 from rahku/helixFix
Update buildtools version. Shorten filename of tests
2 parents 68b4732 + 03d99d5 commit 1ba7457

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

BuildToolsVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.25-prerelease-00198
1+
1.0.25-prerelease-00206
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</ItemGroup>
3131
<ItemGroup>
3232
<!-- Add Compile Object Here -->
33-
<Compile Include="assemblydefaultaliasattributedefaultalias.cs" />
33+
<Compile Include="assemblyconfigurationattribute.cs" />
3434
</ItemGroup>
3535
<ItemGroup>
3636
<None Include="app.config" />
@@ -41,7 +41,6 @@
4141
</ItemGroup>
4242
<ItemGroup>
4343
<ProjectReference Include="../../../../../Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
44-
<ProjectReference Include="../../../../../Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
4544
</ItemGroup>
4645
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
4746
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
File renamed without changes.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</ItemGroup>
3131
<ItemGroup>
3232
<!-- Add Compile Object Here -->
33-
<Compile Include="assemblyconfigurationattributeconfiguration.cs" />
33+
<Compile Include="assemblydefaultaliasattribute.cs" />
3434
</ItemGroup>
3535
<ItemGroup>
3636
<None Include="app.config" />
@@ -41,7 +41,6 @@
4141
</ItemGroup>
4242
<ItemGroup>
4343
<ProjectReference Include="../../../../../Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
44-
<ProjectReference Include="../../../../../Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
4544
</ItemGroup>
4645
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
4746
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
File renamed without changes.

0 commit comments

Comments
 (0)