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.
2 parents fd5228f + 25a8435 commit 2789cecCopy full SHA for 2789cec
templates/steps/ci.yml
@@ -34,7 +34,7 @@ steps:
34
}
35
36
$path = $setupInstance.Path
37
- $path = Join-Path $path "Editor/Data/Managed/"
+ $path = Join-Path $path "Editor/Data/Managed"
38
Write-Host "##vso[task.setvariable variable=Unity.AssembliesPath]$path"
39
Write-Host "Using Unity at path '$path'."
40
displayName: Install/find Unity
0 commit comments