Merge pull request #12254 from marek-safar/bcl-fixes
[mono-project.git] / acceptance-tests / roslyn.mk
blobab1a86652e2e711f459a4bf5be2cb7c9956750ef
1 check-roslyn:
2 @$(MAKE) validate-roslyn RESET_VERSIONS=1
3 cd $(ROSLYN_PATH); \
4 ./build.sh --restore --build --test --mono || exit; \
5 echo "done"