summaryrefslogtreecommitdiff
path: root/src/SMAPI.ModBuildConfig/DeployModTask.cs
AgeCommit message (Expand)Author
2022-11-10tweak new codeJesse Plamondon-Willard
2022-11-10don't validate manifest if we're not deploying or zipping the modJesse Plamondon-Willard
2022-11-10move validation logic out of Manifest modelJesse Plamondon-Willard
2022-10-18add detailed manifest validation errors at build timeTyler
2022-07-06update code annotationsJesse Plamondon-Willard
2022-04-12remove `#nullable disable` in mod build package (#837)Jesse Plamondon-Willard
2022-04-06enable nullable annotations by default (#837)Jesse Plamondon-Willard
2022-04-06use target-typed newJesse Plamondon-Willard
2021-11-28add BundleExtraAssemblies package option for new .NET 5 reference modelJesse Plamondon-Willard
2021-11-28add IgnoreModFilePaths option to packageJesse Plamondon-Willard
2020-09-11improve logging in mod build packageJesse Plamondon-Willard
2020-09-05add mod build package option to change the Mods pathJesse Plamondon-Willard
2020-05-16use newer C# featuresJesse Plamondon-Willard
2018-06-30fix NuGet package validating required files when they're not needed (#555)Jesse Plamondon-Willard
2018-06-24add mod build config option to ignore custom files by regex (#549)Jesse Plamondon-Willard
2017-10-11fix mod deploy failing to create subfolders if they don't already existJesse Plamondon-Willard
2017-10-10move validation back into .targets for MonoDevelop compatibilityJesse Plamondon-Willard
2017-10-10validate build context before buildJesse Plamondon-Willard
2017-10-09rm unneeded codeJesse Plamondon-Willard
2017-10-08rewrite mod build package per new docsJesse Plamondon-Willard
2017-10-08move zip logic into methodJesse Plamondon-Willard
2017-10-08rename build task for broader useJesse Plamondon-Willard