Azure / sql-action

🚀 Deploy changes to your SQL database easily with SQL projects or SQL scripts and sql-action for GitHub workflows
MIT License
103 stars 58 forks source link

Support SqlPackage.exe at a specific path #211

Closed gguillen closed 5 months ago

gguillen commented 7 months ago

Currently the action searches for the Windows executable by looking in three common installation locations and then failing if not found. However, there are other methods available to install it locally (dotnet tools in my case). I propose an additional configuration option to specify the location of sqlpackage.exe or to search for it via the path environment variable. We have self-hosted runners that we try to keep as clean as possible as this reduces the need for software to maintain software on the server.

github-actions[bot] commented 7 months ago

This issue is idle because it has been open for 14 days with no activity.