Skip to content

Commit

Permalink
Added a .NET Core version of the Azure DevOps (vsts) build/release task.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohan Belval committed Nov 6, 2018
1 parent 1a84289 commit 0e4c3fd
Show file tree
Hide file tree
Showing 25 changed files with 543 additions and 314 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ artifacts
/src/Docker/**/content
/src/GitVersionTfsTask/GitVersionTask
!src/GitVersionTfsTask/GitVersionTask/task.json
/src/GitVersionTfsTask/GitVersionNetCoreTask
!src/GitVersionTfsTask/GitVersionNetCoreTask/task.json
/src/GitVersionTfsTask/*.vsix
/src/GitVersionRubyGem/*.gem
/src/GitVersionRubyGem/bin/lib
Expand Down
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ works out the [semantic version][semver] of the commit being built.
| **Docker DotnetCore** | [Dotnetcore][dockerhub-dotnetcore] | - |
| **Docker FullFX** | [FullFX][dockerhub-fullfx] | - |


## Compatibility

GitVersion works on Mac, Linux with Mono and Windows.

Tip: If you get `System.TypeInitializationException: The type initializer for
Expand All @@ -35,23 +35,26 @@ System.DllNotFoundException: lib/linux/x86_64/libgit2-baa87df.so`
You likely need to install `libcurl3`. Run `sudo apt-get install libcurl3`

## Quick Links
- [Documentation][docs]
- [Contributing][contribute]
- [Why GitVersion][why]
- [Usage][usage]
- [How it works][how]
- [FAQ][faq]
- [Who is using GitVersion][who]

- [Documentation][docs]
- [Contributing][contribute]
- [Why GitVersion][why]
- [Usage][usage]
- [How it works][how]
- [FAQ][faq]
- [Who is using GitVersion][who]

## GitVersion in action!

![README][gv-in-action]

You are seeing:

- Pull requests being built as pre-release builds
- A branch called `release-1.0.0` producing beta v1 packages
- Pull requests being built as pre-release builds
- A branch called `release-1.0.0` producing beta v1 packages

## Icon

<a href="http://thenounproject.com/noun/tree/#icon-No13389"
target="_blank">Tree</a> designed by <a
href="http://thenounproject.com/david.chapman" target="_blank">David Chapman</a>
Expand Down
Loading

0 comments on commit 0e4c3fd

Please sign in to comment.