10 lines
294 B
Makefile
Raw Permalink Normal View History

check-roslyn:
# Disabled because it doesn't build anymore due to removed myget feeds
# @echo "Runnning roslyn tests using mono from PATH:"
# mono --version
# @$(MAKE) validate-roslyn RESET_VERSIONS=1
# cd $(ROSLYN_PATH); \
# ./build.sh --restore --build --test --mono || exit; \
# echo "done"