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 03:52:15 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-27 03:54:50 +0300
commit6a6a0f6213ac2fcc36c1438a12d788be8ed4f13c (patch)
tree44b6b41f2cb003cfb5828b1a333e53d8f0072d6c /scripts
parent64be3113a3857f35903ca3eb9d06cc88bcf9237b (diff)
[netcore] Disable new post-build.yml stage in AzDO pipeline
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/pipeline-netcore-runtime.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/ci/pipeline-netcore-runtime.yml b/scripts/ci/pipeline-netcore-runtime.yml
index 9a9f1f89f65..4dd2e8e2990 100644
--- a/scripts/ci/pipeline-netcore-runtime.yml
+++ b/scripts/ci/pipeline-netcore-runtime.yml
@@ -26,7 +26,7 @@ stages:
parameters:
enablePublishBuildArtifacts: true
enablePublishBuildAssets: true
- enablePublishUsingPipelines: true
+ enablePublishUsingPipelines: false
variables:
- _BuildConfig: Debug # we only do Debug builds of csproj in netcore/ and this needs to match for arcade to find logs
jobs:
@@ -256,10 +256,10 @@ stages:
condition: and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest'))
-- ${{ if and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }}:
- - template: /eng/common/templates/post-build/post-build.yml
- parameters:
- enableSourceLinkValidation: false
- enableSigningValidation: false
- enableSymbolValidation: false
- enableNugetValidation: true
+# - ${{ if and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }}:
+# - template: /eng/common/templates/post-build/post-build.yml
+# parameters:
+# enableSourceLinkValidation: false
+# enableSigningValidation: false
+# enableSymbolValidation: false
+# enableNugetValidation: true