Skip to content

Commit e31f4ac

Browse files
committed
Normalize SampleGameDownloadPath.
1 parent 294ca98 commit e31f4ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GameTest.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<Target Name="_ResolveSampleGameDownloadPath">
3030
<PropertyGroup>
3131
<SampleGameDownloadPath Condition="'$(SampleGameDownloadPath)' == ''">$(BaseIntermediateOutputPath)SampleUnityGames\</SampleGameDownloadPath>
32+
<SampleGameDownloadPath>$([MSBuild]::EnsureTrailingSlash($([MSBuild]::NormalizePath('$(SampleGameDownloadPath)'))))</SampleGameDownloadPath>
3233
</PropertyGroup>
3334
</Target>
3435

0 commit comments

Comments
 (0)