Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 765 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 765 Bytes

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