mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
8 lines
325 B
Bash
8 lines
325 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 |