summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorSteve MacLean <Steve.MacLean@Microsoft.com>2019-02-11 16:39:44 -0500
committerSteve MacLean <stmaclea@microsoft.com>2019-02-15 16:28:03 -0500
commit51d033897eb5663ea8bab53704406d9fd82af98f (patch)
tree89b606d89a686f6787cc2bdf67b9190084547e25 /azure-pipelines.yml
parentf97bd459f7ba5f76a799f41cac3e86b9b14899e3 (diff)
downloadcoreclr-51d033897eb5663ea8bab53704406d9fd82af98f.tar.gz
coreclr-51d033897eb5663ea8bab53704406d9fd82af98f.tar.bz2
coreclr-51d033897eb5663ea8bab53704406d9fd82af98f.zip
Publish version to dotnet/versions
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 8fb69c906e..259b36210b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -291,11 +291,8 @@ jobs:
# official builds if we add more platform/arch combinations.
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), ne(variables['Build.Reason'], 'PullRequest')) }}:
- - template: /eng/common/templates/job/publish-build-assets.yml
+ - template: /eng/finalize-publish.yml
parameters:
- configuration: Release
- pool:
- name: dotnet-internal-temp
dependsOn:
- build_Linux_arm_release
- build_Linux_arm64_release