Skip to content

Commit 25a8435

Browse files
author
Christopher - Marcel Böddecker
committed
fix(templates): MSBuild failing due to trailing slash
1 parent c1b9801 commit 25a8435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/steps/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
}
3535
3636
$path = $setupInstance.Path
37-
$path = Join-Path $path "Editor/Data/Managed/"
37+
$path = Join-Path $path "Editor/Data/Managed"
3838
Write-Host "##vso[task.setvariable variable=Unity.AssembliesPath]$path"
3939
Write-Host "Using Unity at path '$path'."
4040
displayName: Install/find Unity

0 commit comments

Comments
 (0)