Skip to content

Commit

Permalink
Merged PR 28474: Add internal .NET SDK URL parameter to release pipeline
Browse files Browse the repository at this point in the history
Add internal .NET SDK URL parameter to release pipeline
  • Loading branch information
adityapatwardhan committed Nov 13, 2023
1 parent 5c6c162 commit ac78c3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/releaseBuild/azureDevOps/releasePipeline.yml
Expand Up @@ -13,6 +13,10 @@ parameters:
displayName: Skip nuget publishing. Used in testing publishing stage.
default: false
type: boolean
- name: InternalSDKBlobURL
displayName: URL to the blob having internal .NET SDK
type: string
default: ' '

resources:
pipelines:
Expand Down Expand Up @@ -48,6 +52,8 @@ variables:
value: true
- group: ReleasePipelineSecrets
- group: PipelineExecutionPats
- name: __DOTNET_RUNTIME_FEED
value: ${{ parameters.InternalSDKBlobURL }}

stages:
- stage: MSIXBundle
Expand Down

0 comments on commit ac78c3d

Please sign in to comment.