Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaykul/powershellkb
PowerShellKB Azure Bot Service Code
https://github.com/jaykul/powershellkb
Last synced: about 1 month ago
JSON representation
PowerShellKB Azure Bot Service Code
- Host: GitHub
- URL: https://github.com/jaykul/powershellkb
- Owner: Jaykul
- Created: 2017-10-17T18:49:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T18:49:57.000Z (over 7 years ago)
- Last Synced: 2024-10-28T10:20:26.815Z (3 months ago)
- Language: Batchfile
- Homepage: https://github.com
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Use Azure app service editor
1. make code change in the online editor
2. open the console window and run```
build.cmd
```## Use Visual Studio
### Build and debug
1. download source code zip and extract source in local folder
2. open {PROJ_NAME}.sln in Visual Studio
3. build and run the bot
4. download and run [botframework-emulator](https://emulator.botframework.com/)
5. connect the emulator to http://localhost:3987### Publish back
In Visual Studio, right click on {PROJ_NAME} and select 'Publish'
For first time publish after downloading source code
1. In the publish profiles tab, click 'Import'
2. Browse to 'PostDeployScripts' and pick '{SITE_NAME}.publishSettings'## Use continuous integration
If you have setup continuous integration, then your bot will automatically deployed when new changes are pushed to the source repository.