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 2
2
3
3
<PropertyGroup >
4
4
<EnablePackageValidation >true</EnablePackageValidation >
5
- <PackageValidationBaselineVersion >2.16.0 </PackageValidationBaselineVersion >
5
+ <PackageValidationBaselineVersion >2.17.1 </PackageValidationBaselineVersion >
6
6
</PropertyGroup >
7
7
8
8
<Import Project =" ..\Directory.Build.targets" />
You can’t perform that action at this time.
0 commit comments