Skip to content

Commit

Permalink
Bit less typing
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbilas committed Oct 1, 2024
1 parent 90aeac2 commit 3267f9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Core/PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Do this:

* Edit `Core.csproj` and bump the `PackageVersion`
* `dotnet build src/Core/Core.csproj --nologo -c Release`
* `dotnet test src/Core/Core-Tests.csproj --nologo`
* `dotnet build src/Core/Core.csproj --nologo -c Release && dotnet test src/Core/Core-Tests.csproj --nologo`
* Send it to GitHub
* `git commit/reset` and get to a clean state
* `git push`, wait for https://github.com/scottbilas/OkTools/actions to be green (this runs the "Validate Dev Branch" action)
Expand Down

0 comments on commit 3267f9b

Please sign in to comment.