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 ab70960 commit 8449526Copy full SHA for 8449526
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" DestinationRelativeFolder="..\\" />
+ <_FilesToCopy Include="$(RepoRoot)\global.json" DestinationRelativeFolder="../" />
124
125
<_DestinationFiles Include="@(_FilesToCopy->'$(TemplateTestDotNetRoot)%(DestinationRelativeFolder)%(RecursiveDir)%(Filename)%(Extension)')" />
126
</ItemGroup>
0 commit comments