Skip to content

Commit

Permalink
Merge pull request #58842 from Cosifne/dev/shech/updateConfig
Browse files Browse the repository at this point in the history
Update the insertion instruction after we remove main-vs-deps
  • Loading branch information
Cosifne authored Jan 13, 2022
2 parents 456baf2 + 0cf8be3 commit fa8a029
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eng/config/PublishData.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"channels": [],
"vsBranch": "rel/d17.1",
"vsMajorVersion": 17,
"insertionCreateDraftPR": true,
"insertionCreateDraftPR": false,
"insertionTitlePrefix": "[d17.1p3]"
},
"main": {
Expand All @@ -223,7 +223,8 @@
"channels": [],
"vsBranch": "main",
"vsMajorVersion": 17,
"insertionTitlePrefix": "[Validation]"
"insertionCreateDraftPR": false,
"insertionTitlePrefix": "[d17.2p1]"
},
"features/NullableReferenceTypes": {
"nugetKind": "PerBuildPreRelease",
Expand Down

0 comments on commit fa8a029

Please sign in to comment.