Release: root build.ps1 helper #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What does this PR do?
Release: merges the root
build.ps1helper (#11) intomain. The Version Bump workflow will tag the nextv1.2.{PR number}.Included change:
build.ps1at the repository root - a single entry point that restores and buildsTayler.slnx(warnings are errors, so a clean build is 0 / 0), with-Clean,-Publish(self-contained win-x64),-Installer(delegates toinstaller\build-installer.ps1), and-NoRestoreswitches. Version still comes from MinVer. README build section and project layout updated.How was this tested?
dotnet build Tayler.slnx -c Release- 0 errors, 0 warnings (viabuild.ps1).\build.ps1 -Configuration Debug- 0 / 0.Checklist