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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2020-10-08 10:49:34 +0300
committerMarek Safar <marek.safar@gmail.com>2020-10-08 15:15:07 +0300
commitce71f7e972c7dfad2befd06528abfd320255ea9c (patch)
tree5229b63134102516728f1e7ee7ccb8ec0a30098c /eng/azure-pipelines.yml
parent1816c635c0ded40d43ae58133f4a88f409ed0f28 (diff)
Enable warnAsError on CI to match dev environment
Diffstat (limited to 'eng/azure-pipelines.yml')
-rw-r--r--eng/azure-pipelines.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml
index f2ca61f0d..69170f2c1 100644
--- a/eng/azure-pipelines.yml
+++ b/eng/azure-pipelines.yml
@@ -74,7 +74,6 @@ stages:
- script: eng\common\cibuild.cmd -projects $(Build.SourcesDirectory)\illink.sln
-configuration $(_BuildConfig) $(_BuildArgs) $(_PublishArgs)
-integrationTest
- -warnAsError "$false"
-nodeReuse "$false" # https://github.com/Microsoft/vstest/issues/1503
env:
# https://github.com/Microsoft/vstest/issues/1503#issuecomment-410732193
@@ -95,7 +94,6 @@ stages:
- script: eng/common/cibuild.sh --projects $(Build.SourcesDirectory)/illink.sln
--configuration $(_BuildConfig) $(_BuildArgs)
--integrationTest
- --warnAsError false
--nodeReuse false # https://github.com/Microsoft/vstest/issues/1503
env:
# https://github.com/Microsoft/vstest/issues/1503#issuecomment-410732193
@@ -112,7 +110,6 @@ stages:
- script: eng/common/cibuild.sh --projects $(Build.SourcesDirectory)/illink.sln
--configuration $(_BuildConfig) $(_BuildArgs)
--integrationTest
- --warnAsError false
--nodeReuse false # https://github.com/Microsoft/vstest/issues/1503
env:
# https://github.com/Microsoft/vstest/issues/1503#issuecomment-410732193