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:34:38 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-27 01:34:38 +0300
commit882208bbc602917b1c951a349cd07fa57a9f029b (patch)
treec67d4f5a6bb293df681631c254c85ea11001a079 /scripts
parente12a6bf5d8e7c98a575d4906538287c8c44c52ad (diff)
[netcore] Explicitly set _PublishUsingPipelines variable to true
It shouldn't be needed when using the eng/common/templates/jobs/jobs.yml template but it is.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/pipeline-netcore-runtime.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci/pipeline-netcore-runtime.yml b/scripts/ci/pipeline-netcore-runtime.yml
index 54ec79b2a6d..e362fc4d882 100644
--- a/scripts/ci/pipeline-netcore-runtime.yml
+++ b/scripts/ci/pipeline-netcore-runtime.yml
@@ -7,6 +7,8 @@ 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') }}: