Xamarin Public Jenkins (auto-signing) a0d6f2d6ec Imported Upstream version 6.12.0.122
Former-commit-id: d3ff4118f95cc6907059c6001e5157df8832a115
2021-02-22 16:53:32 +00:00

10 lines
294 B
Makefile

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"