Skip to content

scalio/bazel-dotnetcore-starter

Repository files navigation

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



About

Bazel build for C# starter project

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •