Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-01-15 19:50:51 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2021-01-15 19:51:07 +0300
commit364c87b1a7a9d6a01cd8b15c0a6d5b4022000aa7 (patch)
tree0c5c85369a587ef404b9f2c64d51eff418e15e01
parent9b139294c041188df70477960c55c70c8e671721 (diff)
Disable acceptance-tests/roslyn.mk
The commit we're using doesn't build anymore due to removed myget feeds. (cherry picked from commit 2688ce59b2fe2e97c76a48fa36576fdfa4f7d8d4)
-rw-r--r--acceptance-tests/roslyn.mk14
1 files changed, 8 insertions, 6 deletions
diff --git a/acceptance-tests/roslyn.mk b/acceptance-tests/roslyn.mk
index 2458d372fa2..e769f9a071e 100644
--- a/acceptance-tests/roslyn.mk
+++ b/acceptance-tests/roslyn.mk
@@ -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"