Skip to content

Franklin89/gitversion-aspnetcore-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GITVERSION-ASPNETCORE-BUILD

Usage

docker run -v $(pwd):/src -w="/src" franklin89/gitversion-aspnetcore-build /bin/bash -c "./build.sh"

Using a compose file

docker-compose -f docker-compose.ci-build.yml up ci-build

Make sure that the 'build.sh' file is maked as an executeable.

chmod +x build.sh

Releases

No releases published

Packages

No packages published