
AWS CodeBuild DotNet Core
Build and test code with elastic scaling. Pay only for the build time you use.
Last updated

Build and test code with elastic scaling. Pay only for the build time you use.
Last updated
version: 0.2
phases:
install:
commands:
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel STS
build:
commands:
- dotnet restore OnTopic.sln
- dotnet build OnTopic.sln