Skip to content

frontlinersnl/dotnet-build

Repository files navigation

bitbucket-pipelines dotnet-build

logo

Docker image to automate dotnet builds

Instructions

  1. update dockerfile, and version number in package.json

  2. build local version:

    npm run build
  3. push new version to dockerhub:

    npm run push
  4. tag and push again (optional but recommended):

    npm run publish

Usage

image: frontliners/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