Skip to content

Commit

Permalink
Update publishing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg authored Oct 8, 2024
1 parent 8b4a3c2 commit ae27a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/extending/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ The `on` section describes under which condition the workflow is triggered. Here

Then, in our job, we add three actions :

- `actions/checkout` make sure our repo is checked-out on the `master` branch
- `actions/checkout` make sure to use the latest version of the git checkout action
- `microsoft/setup-msbuild` makes sure our action can use `msbuild.exe` to build your solution
- As a consequence, if your plugin does not have a Visual Studio solution, you can omit this
- `nuget/setup-nuget` installs `nuget.exe`. We need it in our action to pack and push your plugin to nuget.org.
Expand Down

0 comments on commit ae27a1e

Please sign in to comment.