We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2977b commit f10fe1eCopy full SHA for f10fe1e
src/ProjectTemplates/TestInfrastructure/PrepareForTest.targets
@@ -120,7 +120,7 @@
120
<_FilesToCopy Include="$(LocalDotNetRoot)shared\**\*" DestinationRelativeFolder="shared\" />
121
<_FilesToCopy Include="$(LocalDotNetRoot)sdk\**\*" DestinationRelativeFolder="sdk\" />
122
<_FilesToCopy Include="$(SharedFrameworkLayoutRoot)\**\*" />
123
- <_FilesToCopy Include="$(RepoRoot)\global.json" />
+ <_FilesToCopy Include="$(RepoRoot)\global.json" DestinationRelativeFolder="../" />
124
125
<_DestinationFiles Include="@(_FilesToCopy->'$(TemplateTestDotNetRoot)%(DestinationRelativeFolder)%(RecursiveDir)%(Filename)%(Extension)')" />
126
</ItemGroup>
src/ProjectTemplates/global.json
0 commit comments