Skip to content

Commit

Permalink
update configs for 17.13p2 snap (#75650)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhera99 authored Oct 28, 2024
1 parent b770b61 commit 502d0ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<MajorVersion>4</MajorVersion>
<MinorVersion>13</MinorVersion>
<PatchVersion>0</PatchVersion>
<PreReleaseVersionLabel>1</PreReleaseVersionLabel>
<PreReleaseVersionLabel>2</PreReleaseVersionLabel>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<!--
By default the assembly version in official builds is "$(MajorVersion).$(MinorVersion).0.0".
Expand Down
13 changes: 11 additions & 2 deletions eng/config/PublishData.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,16 +215,25 @@
"vsMajorVersion": 17,
"insertionTitlePrefix": "[d17.12]"
},
"main": {
"release/dev17.13": {
"nugetKind": [
"Shipping",
"NonShipping"
],
"vsBranch": "main",
"vsMajorVersion": 17,
"insertionCreateDraftPR": false,
"insertionTitlePrefix": "[d17.13 P1]"
},
"main": {
"nugetKind": [
"Shipping",
"NonShipping"
],
"vsBranch": "main",
"vsMajorVersion": 17,
"insertionCreateDraftPR": true,
"insertionTitlePrefix": "[d17.13 P2]"
},
"dev/andrha/telemetry": {
"nugetKind": [
"Shipping",
Expand Down

0 comments on commit 502d0ec

Please sign in to comment.