Skip to content

Commit 432cea8

Browse files
authored
Avoid having a separate global.json for template tests. (#63386)
1 parent c39e558 commit 432cea8

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

src/ProjectTemplates/TestInfrastructure/PrepareForTest.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<_FilesToCopy Include="$(LocalDotNetRoot)shared\**\*" DestinationRelativeFolder="shared\" />
121121
<_FilesToCopy Include="$(LocalDotNetRoot)sdk\**\*" DestinationRelativeFolder="sdk\" />
122122
<_FilesToCopy Include="$(SharedFrameworkLayoutRoot)\**\*" />
123-
<_FilesToCopy Include="$(RepoRoot)\global.json" />
123+
<_FilesToCopy Include="$(RepoRoot)\global.json" DestinationRelativeFolder="../" />
124124

125125
<_DestinationFiles Include="@(_FilesToCopy->'$(TemplateTestDotNetRoot)%(DestinationRelativeFolder)%(RecursiveDir)%(Filename)%(Extension)')" />
126126
</ItemGroup>

src/ProjectTemplates/global.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)