We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fa7ab commit 9a86944Copy full SHA for 9a86944
setup.py
@@ -44,7 +44,7 @@ def get_timestamped_version(ver):
44
name='mssql-cli',
45
author='Microsoft Corporation',
46
author_email='[email protected]',
47
- version=version if os.environ.get('MSSQL_CLI_OFFICIAL_BUILD', '') \
+ version=version if os.environ.get('MSSQL_CLI_OFFICIAL_BUILD', '').lower() == 'true' \
48
else get_timestamped_version(version),
49
license='BSD-3',
50
url='https://github.com/dbcli/mssql-cli',
0 commit comments