Skip to content

Commit e18a173

Browse files
committed
added .NET Exception to ValidationExceptions
1 parent 2c9ad29 commit e18a173

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.yamato/test-samples.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ 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
14-
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {{ editor.version }} || true
15-
- sudo bash /tmp/dotnet-install.sh --channel 6.0 --runtime dotnet --install-dir .Editor/Unity.app/Contents/Resources/Scripting/NetCoreRuntime
16-
- ls .Editor/Unity.app/Contents/Resources/Scripting/NetCoreRuntime/shared/ 2>&1 || echo "WARNING NetCoreRuntime shared directory not found"
1713
- upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {{ editor.version }}
1814
- Editor=.Editor/Unity.app/Contents/MacOS/Unity Method=DryRun sh ExternalSampleProjects/publish.sh
1915
triggers:

0 commit comments

Comments
 (0)