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 f389b60 commit 6f06ddaCopy full SHA for 6f06dda
templates/steps/ci.yml
@@ -9,7 +9,7 @@ steps:
9
- ${{ if eq(parameters.unityProject, 'true') }}:
10
- powershell: |
11
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
12
- Install-Module UnitySetup -Scope CurrentUser -Force
+ Install-Module UnitySetup -Scope CurrentUser -Force -AllowPrerelease
13
displayName: Install Unity Setup Powershell Module
14
failOnStderr: true
15
0 commit comments