Skip to content

Commit

Permalink
Merged PR 28505: Add internal .NET SDK URL parameter to release pipeline
Browse files Browse the repository at this point in the history
Backport PR 28474: Add internal .NET SDK URL parameter to release pipeline

Add internal .NET SDK URL parameter to release pipeline
  • Loading branch information
TravisEz13 committed Nov 15, 2023
1 parent 66a7074 commit 5e3ea73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/releaseBuild/azureDevOps/releasePipeline.yml
Original file line number Diff line number Diff line change
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 5e3ea73

Please sign in to comment.