https://github.com/miclip/dotnet-core-example
https://github.com/miclip/dotnet-core-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miclip/dotnet-core-example
- Owner: miclip
- Created: 2018-05-31T02:29:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T00:40:14.000Z (over 6 years ago)
- Last Synced: 2025-02-05T02:38:54.084Z (4 months ago)
- Language: C#
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .Net Core Hello World
This project is a sample .Net Core app. It highlights the following...
* c# example
* manifest file to deploy to pcf
* concourse ci/cd pipeline.```
$ fly -t local set-pipeline -p dotnet-core-example -c ci/pipeline.yml -l ci/credentials.yml
$ fly -t local unpause-pipeline -p dotnet-core-example
```
Please post your comments for me, or if you have any questions.