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
autorest -- Install the beta version with npm i -g @autorest/autorest
Turn on '.NET Framework 3.5' Windows feature
Install 'WIX Toolset build tools' if not already installed. (e.g. WiX v3.10.3)
http://wixtoolset.org/releases/. This is optional as the build scripts download the toolset.
Create your virtual environment with virtualenv venv and cd to ./venv/scripts and run ./activate.bat.
cd into src/msgraph-cli-core, src/msgraph-cli and src/msgraph-core and run python setup.py sdist bdist_wheel
Generate and build the CLI extensions for Microsoft Graph. First run python generate_extensions.py from the repo root. This will generate the CLI extension using autorest-beta. Now we need to build the extensions. Run python build_extensions.py. This will results in a distributable wheel file.
Set the CLI_VERSION environment variable. For example, $env:CLI_VERSION = '0.1.0' if using PowerShell and set CLI_VERSION=0.1.0 if using CMD.