summaryrefslogtreecommitdiff
path: root/eng/common/templates/post-build/channels/internal-servicing.yml
diff options
context:
space:
mode:
Diffstat (limited to 'eng/common/templates/post-build/channels/internal-servicing.yml')
-rw-r--r--eng/common/templates/post-build/channels/internal-servicing.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/eng/common/templates/post-build/channels/internal-servicing.yml b/eng/common/templates/post-build/channels/internal-servicing.yml
index 99cd59b198..808d46b17f 100644
--- a/eng/common/templates/post-build/channels/internal-servicing.yml
+++ b/eng/common/templates/post-build/channels/internal-servicing.yml
@@ -36,7 +36,7 @@ stages:
/p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/'
/p:Configuration=Release
- - job:
+ - job: publish_assets
displayName: Publish Assets
dependsOn: setupMaestroVars
variables:
@@ -111,7 +111,10 @@ stages:
-PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw)
enabled: false
-
+ - template: ../trigger-subscription.yml
+ parameters:
+ ChannelId: ${{ variables.InternalServicing_30_Channel_Id }}
+
- stage: IS_PublishValidation
displayName: Publish Validation
variables:
@@ -164,4 +167,4 @@ stages:
- template: ../promote-build.yml
parameters:
- ChannelId: ${{ variables.InternalServicing_30_Channel_Id }}
+ ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} \ No newline at end of file