8000 updated build-all.cmd for python wheel · microsoft/botbuilder-python@a351d6d · GitHub
[go: up one dir, main page]

Skip to content

Commit a351d6d

Browse files
updated build-all.cmd for python wheel
1 parent 744570b commit a351d6d
8000

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