Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.45 KB

File metadata and controls

25 lines (16 loc) · 1.45 KB

CircleCI Quality Gate Status FOSSA Status Known Vulnerabilities

C# cli test application

This is a simple C# Command Line Interface test application that is being used to test circleci pipelines

Docker build

FOSSA Status

Here is a simple build command (execute from the project root) to build the application and create the docker container:

docker build . -t csharp-cli:test

Simple docker run

Here is a simple docker run to execute the app hosted in the container (built above):

docker run --rm -v "$PWD":/data csharp-cli:test /data/test36m.txt

License

FOSSA Status