Files
git-tfs/Auth.targets.example
Philippe Miossec 4cad042c0a Use GitTfsTasks
2013-11-17 02:02:45 +01:00

8 lines
346 B
XML

<?xml version="1.0"?>
<Project ToolsVersion="4.0" DefaultTargets="Help" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- Set an auth token here. You can create one at https://github.com/settings/applications. -->
<GitHubAuthToken><!-- token goes here --></GitHubAuthToken>
</PropertyGroup>
</Project>