roslyn.mk 294 B

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