Skip to content

Commit

Permalink
add configs for net9 branch (#76939)
Browse files Browse the repository at this point in the history
enables publishing a package for the vscode net9 branch
  • Loading branch information
dibarbet authored Jan 27, 2025
2 parents a87e115 + 010aaef commit 7dfca1c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions eng/config/PublishData.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,16 @@
"insertionTitlePrefix": "[Do not merge, please close me]",
"vsMajorVersion": 17,
"insertionCreateDraftPR": false
},
"features/vscode_net9": {
"nugetKind": [
"Shipping",
"NonShipping"
],
"vsBranch": "main",
"insertionTitlePrefix": "[Do not merge, please close me]",
"vsMajorVersion": 17,
"insertionCreateDraftPR": true
}
}
}

0 comments on commit 7dfca1c

Please sign in to comment.