Skip to content

Commit

Permalink
fix archive path for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Jul 12, 2024
1 parent da382ff commit 09acf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Shared/RepoTesting/Aspire.Testing.Repo.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<GeneratedPackagesVersionsPropsPath>$(IntermediateOutputPath)Directory.Packages.Versions.props</GeneratedPackagesVersionsPropsPath>
<RelativeStagingDir Condition="'$(RelativeStagingDir)' == '' and '$(SupportsRunningOutsideOfRepo)' == 'true'">staging-for-archive\</RelativeStagingDir>
<RelativeStagingDir>$([MSBuild]::EnsureTrailingSlash('$(RelativeStagingDir)'))</RelativeStagingDir>
<TestArchiveTestsDir Condition="'$(SupportsRunningOutsideOfRepo)' == 'true'">$(TestArchiveTestsDirForPlaygroundTests)</TestArchiveTestsDir>
<TestArchiveTestsDir Condition="'$(TestArchiveTestsDir)' == '' and '$(SupportsRunningOutsideOfRepo)' == 'true'">$(TestArchiveTestsDirForPlaygroundTests)</TestArchiveTestsDir>
</PropertyGroup>

<ItemGroup Condition="'$(TestsRunningOutsideOfRepo)' != 'true'">
Expand Down

0 comments on commit 09acf2d

Please sign in to comment.