lee-lott-actions/Build Visual Studio .Net Project (Framework) Web Release

Create a zip file for a Visual Studio Framework Web project build

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project-file-pathThe path to the Visual Studio .Net Framework project file (.csproj, vbproj) to be built.yes
project-nameThe name of the Visual Studio project. This is typically the name of the .csproj or .vbproj file without the extension.yes
solution-pathThe relative path to the solution file (.sln) in the repository, used for restoring NuGet packages (e.g., src/YourSolutionName.sln).
prereleaseMark the release as a pre-release (true/false).yes
prerelease-suffixThe name to append to the version number on releases that are marked as pre-release. If not a pre-release, the release version will be based on the latest pre-release version using this name.yes
package-nameThe base name for the zip file containing the build artifacts.yes
configurationThe build configuration to use for the .NET project (e.g., Debug, Release).yes
tokenThe GitHub token used for authentication to create the release.yes
namedescription
version-tagThe new tag created for the release
version-numberThe new tag with the "v" prefix removed
zip-file-nameThe name of the zip file containing the build artifacts (with the .zip extension)
zip-file-pathThe path to the zip file containing the build objects
build-statusThe build/release outcome: Release Created, No Release, or Release Failed.