Scalio

Bazel Dotnet-Core

A starter app written in C# -- built using Bazel

Bazel at Scalio

Bazel Dotnet-Core Starter

A starter app written in C# -- built using Bazel

 

Issues

Check out solutions for possible Windows issues here:

https://github.com/scalio/bazel-dotnetcore-starter/wiki



Build and run dotnet core console app

bazel run //App:bin

Build docker image for dotnet core console app

Build image

bazel run //App:docker

Publish image

bazel run --define push_tag=${IMAGE_TAG} --define push_repository=${REPOSITORY} //App:push_container

Build asp net core app

bazel build //AspNetCore:dll

Build docker image for asp net core app

Build image

bazel run //AspNetCore:docker

Publish image

bazel run --define push_tag=${IMAGE_TAG} --define push_repository=${REPOSITORY} //AspNetCore:push_container

Credits

Created by @baio, @siberex @ Scalio

About us



Repository Information

You can view this repository on GitHub here:
https://github.com/scalio/bazel-dotnetcore-starter

How can we help you?