Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

job summary and buildonly option #237

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Conversation

dzsquared
Copy link
Collaborator

@dzsquared dzsquared commented Aug 10, 2024

This PR adds an (optional) job summary output whenever a project build is run that displays lists of errors and warnings.

New options for the action:

  • skip-job-summary can be set to true to not output the job summary
  • action can be set to BuildOnly to only build the dacpac and not run sqlpackage (Build without deployment #87)

By adding BuildOnly, the connection string parameter is no longer strictly required in all scenarios.

before or with skip-job-summary set to true:
image

action with SQL project file successfully building:
image

action with SQL project file failing during build:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant