Skip to content

Commit 6f06dda

Browse files
author
Christopher-Marcel Böddecker
committed
fix(templates): support Unity 2019.2 and later
1 parent f389b60 commit 6f06dda

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
@@ -9,7 +9,7 @@ steps:
99
- ${{ if eq(parameters.unityProject, 'true') }}:
1010
- powershell: |
1111
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
12-
Install-Module UnitySetup -Scope CurrentUser -Force
12+
Install-Module UnitySetup -Scope CurrentUser -Force -AllowPrerelease
1313
displayName: Install Unity Setup Powershell Module
1414
failOnStderr: true
1515
- powershell: |

0 commit comments

Comments
 (0)