Skip to content

Commit 8449526

Browse files
ilonatommyCopilot
andauthored
Update src/ProjectTemplates/TestInfrastructure/PrepareForTest.targets
Co-authored-by: Copilot <[email protected]>
1 parent ab70960 commit 8449526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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" DestinationRelativeFolder="..\\" />
123+
<_FilesToCopy Include="$(RepoRoot)\global.json" DestinationRelativeFolder="../" />
124124

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

0 commit comments

Comments
 (0)