Skip to content

Commit 3923ee9

Browse files
committed
Add a readme.
1 parent fe166d7 commit 3923ee9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

GitTfsTasks.sln

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitTfsTasks", "GitTfsTasks\
55
EndProject
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9C91E2A0-5080-4C0A-842F-FD6B7A71DC7E}"
77
ProjectSection(SolutionItems) = preProject
8+
README.md = README.md
89
release.proj = release.proj
910
EndProjectSection
1011
EndProject

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# MSBuild tasks for git-tfs
2+
3+
This repository includes the custom msbuild tasks used by [git-tfs](https://github.com/git-tfs/git-tfs/blob/master/Release.proj).
4+
5+
* `CreateRelease` - Use the GitHub Releases API to upload a release zip for a given tag.

0 commit comments

Comments
 (0)