Skip to content

Commit ac78c3d

Browse files
Merged PR 28474: Add internal .NET SDK URL parameter to release pipeline
Add internal .NET SDK URL parameter to release pipeline
1 parent 5c6c162 commit ac78c3d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tools/releaseBuild/azureDevOps/releasePipeline.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ parameters:
1313
displayName: Skip nuget publishing. Used in testing publishing stage.
1414
default: false
1515
type: boolean
16+
- name: InternalSDKBlobURL
17+
displayName: URL to the blob having internal .NET SDK
18+
type: string
19+
default: ' '
1620

1721
resources:
1822
pipelines:
@@ -48,6 +52,8 @@ variables:
4852
value: true
4953
- group: ReleasePipelineSecrets
5054
- group: PipelineExecutionPats
55+
- name: __DOTNET_RUNTIME_FEED
56+
value: ${{ parameters.InternalSDKBlobURL }}
5157

5258
stages:
5359
- stage: MSIXBundle

0 commit comments

Comments
 (0)