jbogard / ContosoUniversityCore

MIT License
590 stars 150 forks source link

Build.ps1 tools #24

Closed kiquenet closed 7 years ago

kiquenet commented 7 years ago

What is rh.exe and Octo.exe? free tools ?

dotnet command:

exec { & dotnet restore } exec { & dotnet build -c Release --version-suffix=$buildSuffix }

jbogard commented 7 years ago

rh.exe is RoundHouse, a tool for SQL migrations. octo.exe is from Octopus Deploy, and is used to create releases. These two tools are used for a continuous integration/delivery pipeline.