8000 Merge pull request #28 from matthewshim-ms/build-all-update · CodingSta/botbuilder-python@05d4d63 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05d4d63

Browse files
authored
Merge pull request microsoft#28 from matthewshim-ms/build-all-update
updated build-all.cmd for python wheel
2 parents 744570b + a351d6d commit 05d4d63

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

build-all.cmd

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
cd .\libraries\botbuilder-schema\
2-
python .\setup.py install
2+
python .\setup.py bdist_wheel
3+
pip install .\dist\microsoft_botbuilder_schema-4-py2.p3-none-any.whl
34
cd ..\botframework-connector\
4-
python .\setup.py install
5+
python .\setup.py bdist_wheel
6+
pip install .\dist\microsoft_botframework_connector-3-py2.py3-none-any.whl
7+
cd ..\botbuilder\
8+
python .\setup.py bdist_wheel
9+
pip install .\dist\microsoft_botbuilder-4.0.0a0-py3-none-any.whl

0 commit comments

Comments
 (0)
0