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>2019-07-27 01:56:25 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-27 01:56:25 +0300
commit4ef62c8c46df9012caa6cd7eef7e40bfd98c856d (patch)
tree4acfe5db848f617efe468628044af54f218a2856 /scripts
parent882208bbc602917b1c951a349cd07fa57a9f029b (diff)
[netcore] Set variables a bit differently
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/pipeline-netcore-runtime.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/ci/pipeline-netcore-runtime.yml b/scripts/ci/pipeline-netcore-runtime.yml
index e362fc4d882..525eae6a3f0 100644
--- a/scripts/ci/pipeline-netcore-runtime.yml
+++ b/scripts/ci/pipeline-netcore-runtime.yml
@@ -7,10 +7,6 @@ trigger:
# - 202?-??
variables:
-- name: _PublishUsingPipelines
- value: true
-- name: _BuildConfig
- value: Debug # we only do Debug builds of csproj in netcore/ and this needs to match for arcade to find logs
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
- group: DotNet-VSTS-Bot
- group: DotNet-Blob-Feed
@@ -30,6 +26,9 @@ stages:
parameters:
enablePublishUsingPipelines: true
enablePublishBuildAssets: true
+ variables:
+ - _PublishUsingPipelines: true
+ - _BuildConfig: Debug # we only do Debug builds of csproj in netcore/ and this needs to match for arcade to find logs
jobs:
- job: Build_Linux
displayName: Linux