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:
authorAlexander KoĢˆplinger <alex.koeplinger@outlook.com>2019-12-20 16:03:49 +0300
committerMarek Safar <marek.safar@gmail.com>2019-12-20 17:24:14 +0300
commit8925b976baed20b4b2ec29c07d4a4ad92fcc3f4e (patch)
treefc4e6c7f2bd71b19724fb6e2270183ad22522a5d /eng/azure-pipelines.yml
parent061e114e3c741c304ecda3a7f2022a47213ca00f (diff)
Disable test on official build
Diffstat (limited to 'eng/azure-pipelines.yml')
-rw-r--r--eng/azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml
index 90bf9b3fb..48b71a149 100644
--- a/eng/azure-pipelines.yml
+++ b/eng/azure-pipelines.yml
@@ -16,7 +16,7 @@ variables:
value: .NETCore
- ${{ if eq(variables.officialBuild, 'true') }}:
- name: _BuildArgs
- value: ${{ format('{0} /p:OfficialBuildId=$(Build.BuildNumber)', variables['_BuildArgs']) }}
+ value: ${{ format('{0} /p:OfficialBuildId=$(Build.BuildNumber) /p:Test=false', variables['_BuildArgs']) }}
# Provide HelixApiAccessToken for telemetry
- group: DotNet-HelixApi-Access