mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-13 15:05:23 -05:00
* docs update WIP * getting started guide updated * update getting started guide * clarify github app creation * add webhook secret to getting started guide and gh-flow app * restructure Readme * fix the Organization assumption * add mermaid diagram of the event flow * devtunnel feature to devcontainer * throw all the exceptions and add the history to the prompt * Update github-flow.md * update readme
8 lines
335 B
Bash
8 lines
335 B
Bash
#!/bin/bash
|
|
|
|
# curl -k https://localhost:8081/_explorer/emulator.pem > ~/emulatorcert.crt
|
|
# sudo cp ~/emulatorcert.crt /usr/local/share/ca-certificates/
|
|
# sudo update-ca-certificates
|
|
# sleep 10
|
|
dotnet restore sk-dev-team.sln
|
|
# dotnet build util/seed-memory/seed-memory.csproj && dotnet util/seed-memory/bin/Debug/net7.0/seed-memory.dll |