Skip to content

Commit 1fe6b17

Browse files
committed
Move Directory.Packages.Helix.props to RepoTesting
.. as it is only used by that.
1 parent c532b48 commit 1fe6b17

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/Aspire.EndToEnd.Tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following changes need to be made to when adding a new component:
2626

2727
* Add a new `TestResourceNames` [enum entry](../testproject/Common/TestResourceNames.cs).
2828
* Add ProjectReference to the new resource/component from the [TestProject.AppHost](../testproject/TestProject.AppHost/TestProject.AppHost.csproj) and [TestProject.IntegrationServiceA](../testproject/TestProject.IntegrationServiceA/TestProject.IntegrationServiceA.csproj) projects.
29-
* Add PackageVersion entries to the new packages in [Directory.Packages.Helix.props](../Shared/WorkloadTesting/Directory.Packages.Helix.props)
29+
* Add PackageVersion entries to the new packages in [Directory.Packages.Helix.props](../Shared/RepoTesting/Directory.Packages.Helix.props)
3030
* Add entries to the Program.cs of both the AppHost and IntegrationServiceA projects.
3131
* Add a test in [IntegrationServicesTests](../Aspire.EndToEnd.Tests/IntegrationServicesTests.cs)
3232
* If the component's container starts in a reasonable time, the new test can just be a new `[InlineData]` entry to the existing `VerifyComponentWorks` test.

tests/Shared/RepoTesting/Aspire.Testing.Repo.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
<!-- Needed to override aspire package versions, and provide versions for other packages -->
7272
<None Include="$(GeneratedPackagesVersionsPropsPath)" Link="$(DeployOutsideOfRepoSupportFilesRelativeDir)Directory.Packages.Versions.props" CopyToOutputDirectory="PreserveNewest" />
73-
<None Include="$(TestsSharedDir)WorkloadTesting\data\Directory.Packages.Helix.props" Link="$(DeployOutsideOfRepoSupportFilesRelativeDir)%(FileName)%(Extension)" CopyToOutputDirectory="PreserveNewest" />
73+
<None Include="$(TestsSharedRepoTestingDir)Directory.Packages.Helix.props" Link="$(DeployOutsideOfRepoSupportFilesRelativeDir)%(FileName)%(Extension)" CopyToOutputDirectory="PreserveNewest" />
7474

7575
<!-- nuget.config to resolve built packages from artifacts -->
7676
<None Include="$(TestsSharedDir)nuget-with-package-source-mapping.config" Link="$(DeployOutsideOfRepoSupportFilesRelativeDir)nuget.config" CopyToOutputDirectory="PreserveNewest" />

tests/Shared/WorkloadTesting/data/Directory.Packages.Helix.props renamed to tests/Shared/RepoTesting/Directory.Packages.Helix.props

File renamed without changes.

0 commit comments

Comments
 (0)