8000 update build-cmd for released packages on pypi.org · CodingSta/botbuilder-python@bda3179 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit bda3179

Browse files
update build-cmd for released packages on pypi.org
Packages are published at following links: [botbuilder-core](https://pypi.org/project/botbuilder-core/) [botbuilder-schema](https://pypi.org/project/botbuilder-schema/) [botframework-conenctor](https://pypi.org/project/botframework-connector/)
1 parent d01f74f commit bda3179

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-all.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pip install -e .\libraries\botbuilder-schema
2-
pip install -e .\libraries\botframework-connector
3-
pip install -e .\libraries\botbuilder-core
1+
pip install botbuilder-schema
2+
pip install botframework-connector
3+
pip install botbuilder-core

0 commit comments

Comments
 (0)
0