diff --git a/.yamato/upm-ci.yml b/.yamato/upm-ci.yml index 7abddb97..8eeee59a 100644 --- a/.yamato/upm-ci.yml +++ b/.yamato/upm-ci.yml @@ -84,6 +84,8 @@ package_tests_{{platform.name}}_{{editor.display_name}}: test_results: paths: - "upm-ci~/**/*" + dependencies: + - .yamato/upm-ci.yml#msbuild_solution_ci {% endfor %} {% endfor %} @@ -219,3 +221,12 @@ commit_ci: - "/.*/" dependencies: - .yamato/upm-ci.yml#package_tests_minimal + +msbuild_solution_ci: + name: msbuild solution + agent: + type: Unity::VM + image: package-ci/ubuntu:stable + flavor: b1.large + commands: + - msbuild src/Unity.Mathematics.sln \ No newline at end of file