10000 Merge pull request #29 from matthewshim-ms/build-all-update · CodingSta/botbuilder-python@935a85f · GitHub
[go: up one dir, main page]

Skip to content

Commit 935a85f

Browse files
authored
Merge pull request microsoft#29 from matthewshim-ms/build-all-update
fixed typo in build-all.cmd
2 parents 05d4d63 + e904228 commit 935a85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-all.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cd .\libraries\botbuilder-schema\
22
python .\setup.py bdist_wheel
3-
pip install .\dist\microsoft_botbuilder_schema-4-py2.p3-none-any.whl
3+
pip install .\dist\microsoft_botbuilder_schema-4-py2.py3-none-any.whl
44
cd ..\botframework-connector\
55
python .\setup.py bdist_wheel
66
pip install .\dist\microsoft_botframework_connector-3-py2.py3-none-any.whl

0 commit comments

Comments
 (0)
0