File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ test_sample_projects_{{ editor.version }}:
1010 commands :
1111 - {{ upm_ci_install }}
1212 - upm-ci package pack --package-path ./Packages/com.unity.inputsystem/
13- - curl -fsSL https://dot.net/v1/dotnet-install.sh -o /tmp/dotnet-install.sh && sudo bash /tmp/dotnet-install.sh --channel 8.0 --runtime dotnet --install-dir /usr/local/share/dotnet
13+ - curl -fsSL https://dot.net/v1/dotnet-install.sh -o /tmp/dotnet-install.sh
14+ - sudo bash /tmp/dotnet-install.sh --channel 6.0 --runtime dotnet --install-dir /usr/local/share/dotnet
15+ - sudo bash /tmp/dotnet-install.sh --channel 8.0 --runtime dotnet --install-dir /usr/local/share/dotnet
16+ - ls /usr/local/share/dotnet/shared/ 2>&1 || echo "WARNING dotnet shared directory not found"
1417 - upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {{ editor.version }}
1518 - Editor=.Editor/Unity.app/Contents/MacOS/Unity Method=DryRun sh ExternalSampleProjects/publish.sh
1619 triggers :
You can’t perform that action at this time.
0 commit comments