You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically add tasks by providing a .props file
Added
SIL.ReleaseTasks nuget package with three tasks: CreateChangelogEntry, CreateReleaseNotesHtml, and StampChangelogFileWithVersion
SetReleaseNotesProperty task that sets a msbuild property with the release notes from a CHANGELOG.md file. This is useful for nuget packages.
Removed
The GenerateReleaseArtifacts task got removed from SIL.BuildTasks and split into three separate tasks (see above). See document for help migrating existing build scripts.