Skip to content

Commit 4716094

Browse files
Update PrepareForTest.targets
1 parent 75b08a7 commit 4716094

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ProjectTemplates/TestInfrastructure/PrepareForTest.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<PropertyGroup>
6060
<TestTemplateCreationFolder>$([MSBuild]::NormalizePath('$(OutputPath)$(TestTemplateCreationFolder)'))</TestTemplateCreationFolder>
6161
<CustomTemplateHivePath>$(TestTemplateCreationFolder)\Hives\$([System.Guid]::NewGuid())\.templateengine</CustomTemplateHivePath>
62-
<TemplateTestDotNetRoot Condition="'$(IsHelixJob)' != 'true'">$(TestTemplateCreationFolder)dotnet\</TemplateTestDotNetRoot>
62+
<TemplateTestDotNetRoot Condition="'$(IsHelixJob)' != 'true'">$(TestTemplateCreationFolder).dotnet\</TemplateTestDotNetRoot>
6363
<_DotNetHostFileName>dotnet</_DotNetHostFileName>
6464
<_DotNetHostFileName Condition="$([MSBuild]::IsOSPlatform(`Windows`))">dotnet.exe</_DotNetHostFileName>
6565
</PropertyGroup>
@@ -120,6 +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" />
123124

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

0 commit comments

Comments
 (0)