microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

Task/windows executable #2

Closed jobala closed 4 years ago

jobala commented 4 years ago

Overview

Generating msi package

  1. cd build_scripts/windows/scripts
  2. run build.cmd

Fixes AB#5055

ddyett commented 4 years ago

why did the python core library get moved into this?

jobala commented 4 years ago

why did the python core library get moved into this?

I wanted to talk to you about moving the core into the cli before you went for your vacation. Having it in the cli will reduce the development feedback loop since some work on the cli will impact the core directly. The other alternative was to publish the core to Python's package index and then have the cli download it.

Note that, this doesn't affect how the core will be distributed ie by uploading it to Python package index.