issues
search
Azure
/
azure-relay-aspnetserver
ASP.NET Core Hosting for Azure Relay
Other
15
stars
30
forks
source link
Setup internal build system and remove Arcade dependency
#15
Closed
ivadim
closed
4 years ago
ivadim
commented
4 years ago
This PR adds ability to execute build in MS internal buildsystem.
Add internal build system configs
restore.cmd - installs nuget packages
build.cmd - compiles dlls
test.cmd - runs tests
package.cmd - packages nuget
This PR adds ability to execute build in MS internal buildsystem.