You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we could specify, as input to the action, the edition of MS Sql Server that we'd like installed.
I believe the MSSQL_PID env variable or /PID setup parameter can be used to configure this during initial setup / docker deployment.
In particular, for the Github Actions use case, I believe "Developer" is an appropriate default (so as not to break existing workflows).
It would be great if we could specify, as input to the action, the edition of MS Sql Server that we'd like installed.
I believe the
MSSQL_PID
env variable or/PID
setup parameter can be used to configure this during initial setup / docker deployment.In particular, for the Github Actions use case, I believe "Developer" is an appropriate default (so as not to break existing workflows).
Ref: https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-configure-environment-variables?view=sql-server-2017
Ref: https://docs.microsoft.com/en-us/sql/database-engine/install-windows/install-sql-server-from-the-command-prompt?view=sql-server-2017
The text was updated successfully, but these errors were encountered: