File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ # Release Process
2+
3+ 1 . Update CHANGELOG.md with user visible changes
4+ 2 . Ensure backend is building successfully (it verifies that all data we expect is present in the SDK)
5+ 3 . Create release (tag)
6+ 4 . Create AzDo Release to push to NuGet.org
7+ 5 . Update ` PackageValidationBaselineVersion ` [ here] ( src/Directory.Build.targets ) to new version for backwards compatibility checks
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <EnablePackageValidation >true</EnablePackageValidation >
5- <PackageValidationBaselineVersion >2.16.0 </PackageValidationBaselineVersion >
5+ <PackageValidationBaselineVersion >2.17.1 </PackageValidationBaselineVersion >
66 </PropertyGroup >
77
88 <Import Project =" ..\Directory.Build.targets" />
You can’t perform that action at this time.
0 commit comments