Skip to content

RolfDeVries/dotnet-build

 
 

Repository files navigation

bitbucket-pipelines dotnet-build

logo

Docker image to automate dotnet builds

Instructions

  1. update dockerfile

  2. build local version:

    docker build -t inforitnl/dotnet-build .
  3. push new version to dockerhub:

    docker push inforitnl/dotnet-build
  4. tag and push again (optional but recommended):

    docker tag inforitnl/dotnet-build inforitnl/dotnet-build:1
    docker push inforitnl/dotnet-build:1

Usage

image: inforitnl/dotnet-build

pipelines:
  default:
    - step:
        script:
          - /dotnet-build.sh

scripts

Command Description
build build the container with latest tag
push pushes the container

About

container to build dotnet projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.9%
  • Dockerfile 24.1%