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

Commit 5fad14d

Browse files
kzuadalon
authored andcommitted
Rename two scenarios that didn't follow the convention
1 parent 1b63d35 commit 5fad14d

10 files changed

Lines changed: 19 additions & 1085 deletions

File tree

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<NuGetRestore Include="external\ApiIntersect\ApiIntersect.sln" />
8080
<NuGetRestore Include="src\Build\NuGet.Build.Packaging.Tests\Scenarios\given_a_library_with_non_nugetized_reference\b.sln" />
8181
<NuGetRestore Include="src\Build\NuGet.Build.Packaging.Tests\Scenarios\given_a_multi_platform_solution\forms.sln" />
82-
<NuGetRestore Include="src\Build\NuGet.Build.Packaging.Tests\Scenarios\given_library_with_json_dependencies\project.json" />
82+
<NuGetRestore Include="src\Build\NuGet.Build.Packaging.Tests\Scenarios\given_a_library_with_json_dependencies\project.json" />
8383

8484
<MSBuildRestore Include="src\Build\NuGet.Build.Packaging.sln" />
8585
<MSBuildRestore Include="src\VisualStudio\NuGet.Packaging.VisualStudio.sln" />

src/Build/NuGet.Build.Packaging.Tests/NuGet.Build.Packaging.Tests.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,21 @@
6767
<Content Include="Scenarios\given_a_packaging_project_with_reference_assembly\b.sln" />
6868
<Content Include="Scenarios\given_a_packaging_project_with_reference_assembly\b\b.csproj" />
6969
<Content Include="Scenarios\given_duplicate_package_files\content\web\js\nuget.js" />
70-
<Content Include="Scenarios\given_library_with_config_dependencies\a.csproj" />
71-
<Content Include="Scenarios\given_library_with_config_dependencies\a.sln" />
72-
<Content Include="Scenarios\given_library_with_json_dependencies\project.json" />
70+
<Content Include="Scenarios\given_a_library_with_config_dependencies\a.csproj" />
71+
<Content Include="Scenarios\given_a_library_with_config_dependencies\a.sln" />
72+
<Content Include="Scenarios\given_a_library_with_json_dependencies\project.json" />
7373
<None Include="Scenarios\fakeframework.targets" />
7474
<None Include="Scenarios\given_a_packaging_project\b\project.json" />
7575
<None Include="Scenarios\given_a_library_with_non_nugetized_reference\b\project.json" />
7676
<Content Include="Scenarios\given_a_multi_platform_solution\pcl\project.json" />
7777
<Content Include="Scenarios\given_a_packaging_project_with_reference_assembly\a.nuproj" />
78-
<None Include="Scenarios\given_library_with_config_dependencies\packages.config" />
78+
<None Include="Scenarios\given_a_library_with_config_dependencies\packages.config" />
7979
<None Include="Scenarios\Scenario.props" />
8080
<None Include="Scenarios\Scenario.targets" />
8181
<None Include="Scenarios\_._" />
8282
</ItemGroup>
8383
<ItemGroup>
84-
<Content Include="Scenarios\given_library_with_json_dependencies\a.csproj" />
84+
<Content Include="Scenarios\given_a_library_with_json_dependencies\a.csproj" />
8585
<Content Include="Scenarios\given_an_empty_library_project\empty_library_project.csproj" />
8686
<Content Include="Scenarios\given_a_library_with_project_reference\a.csproj" />
8787
<Content Include="Scenarios\given_a_library_with_project_reference\b.csproj" />
@@ -103,8 +103,8 @@
103103
<Compile Include="given_a_complex_pack.cs" />
104104
<Compile Include="given_a_library_with_non_nugetized_reference.cs" />
105105
<Compile Include="given_a_packaging_project_with_reference_assembly.cs" />
106-
<Compile Include="given_library_with_config_dependencies.cs" />
107-
<Compile Include="given_library_with_json_dependencies.cs" />
106+
<Compile Include="given_a_library_with_config_dependencies.cs" />
107+
<Compile Include="given_a_library_with_json_dependencies.cs" />
108108
<Compile Include="given_an_empty_library_project.cs" />
109109
<Compile Include="given_a_library_with_project_reference.cs" />
110110
<Content Include="Scenarios\given_a_library_with_content\contentFiles\cs\monoandroid\sample.cs" />

src/Build/NuGet.Build.Packaging.Tests/Scenarios/given_library_with_config_dependencies/a.csproj renamed to src/Build/NuGet.Build.Packaging.Tests/Scenarios/given_a_library_with_config_dependencies/a.csproj

File renamed without changes.

src/Build/NuGet.Build.Packaging.Tests/Scenarios/given_library_with_config_dependencies/a.sln renamed to src/Build/NuGet.Build.Packaging.Tests/Scenarios/given_a_library_with_config_dependencies/a.sln

File renamed without changes.

src/Build/NuGet.Build.Packaging.Tests/Scenarios/given_library_with_config_dependencies/packages.config renamed to src/Build/NuGet.Build.Packaging.Tests/Scenarios/given_a_library_with_config_dependencies/packages.config

File renamed without changes.

src/Build/NuGet.Build.Packaging.Tests/Scenarios/given_library_with_json_dependencies/a.csproj renamed to src/Build/NuGet.Build.Packaging.Tests/Scenarios/given_a_library_with_json_dependencies/a.csproj

File renamed without changes.

src/Build/NuGet.Build.Packaging.Tests/Scenarios/given_library_with_json_dependencies/project.json renamed to src/Build/NuGet.Build.Packaging.Tests/Scenarios/given_a_library_with_json_dependencies/project.json

File renamed without changes.

0 commit comments

Comments
 (0)