Skip to content

Commit 1ded94e

Browse files
brettfobaronfel
authored andcommitted
remove hard-coded insertion name (#8868)
1 parent 87863e8 commit 1ded94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/release/insert-into-vs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ stages:
2727
- name: InsertTeamName
2828
value: ${{ parameters.insertTeamName }}
2929
- name: InsertPayloadName
30-
value: 'F# $(Build.SourceBranchName) $(Build.BuildNumber)'
30+
value: '${{ parameters.insertTeamName }} $(Build.SourceBranchName) $(Build.BuildNumber)'
3131
steps:
3232
- task: DownloadBuildArtifacts@0
3333
displayName: Download Insertion Artifacts

0 commit comments

Comments
 (0)