Imported Upstream version 6.12.0.122

Former-commit-id: d3ff4118f95cc6907059c6001e5157df8832a115
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2021-02-22 16:53:32 +00:00
parent bb7877ea56
commit a0d6f2d6ec
61 changed files with 896 additions and 752 deletions

View File

@@ -1 +1 @@
a1910ea7fa5f93873a406165ad72ebe1d0540f58
78976892a3815bf2dbd924b855d2e86954e20bd7

View File

@@ -1,7 +1,9 @@
check-roslyn:
@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"
# 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"