lee-lott-actions/Build Visual Studio SSRS Project Release
Create a zip file for a Visual Studio SSRS project build
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 23, 2026
- License
- None
Pinned Snippet
uses: lee-lott-actions/build-vsproject-ssrs-release@8d3e2b6ac0743f9534963ce903b467260da8d27b # v1.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project-file-name | The name of the Visual Studio SSRS project file (.rptporoj) to be built | yes | — |
| project-folder-path | The path to the folder that contains the Visual Studio SSRS project file (.rptproj) to be built | yes | — |
| prerelease | Mark the release as a pre-release (true/false) | yes | — |
| prerelease-suffix | The 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 | — |
| configuration | The build configuration to use for the .NET project (e.g., Debug, Release) | yes | — |
| package-name | The base name for the zip file containing the build artifacts | yes | — |
| token | The GitHub token used for authentication to create the release | yes | — |
Outputs
| name | description |
|---|---|
| version-tag | The new tag created for the release |
| version-number | The new tag with the "v" prefix removed |
| zip-file-name | The name of the zip file containing the build artifacts (with the .zip extension) |
| zip-file-path | The path to the zip file containing the build objects |
| build-status | The build/release outcome: Release Created, No Release, or Release Failed. |