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.
1 parent 8cfe451 commit d8314c2Copy full SHA for d8314c2
templates/steps/ci.yml
@@ -6,7 +6,7 @@ parameters:
6
unityVersion: ''
7
8
steps:
9
-- ${{ if if eq(parameters.unityProject, 'true') }}:
+- ${{ if eq(parameters.unityProject, 'true') }}:
10
- powershell: |
11
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
12
Install-Module UnitySetup -Scope CurrentUser -Force
@@ -55,5 +55,5 @@ steps:
55
configuration: ${{ parameters.msBuildConfiguration }}
56
maximumCpuCount: true
57
msbuildArchitecture: x64
58
- ${{ if if eq(parameters.unityProject, 'true') }}:
+ ${{ if eq(parameters.unityProject, 'true') }}:
59
msbuildArgs: /p:UnityEditorAssembliesPath="$(Unity.Path)Editor/Data/Managed/"
0 commit comments