Guest User

Untitled

a guest
Apr 16th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <ItemGroup>
  2. <CommitFiles Include="wwwindex.html" />
  3. <CommitFiles Include="wwwMSBuild.Community.Tasks.Nightly.zip" />
  4. <CommitFiles Include="wwwMSBuild.Community.Tasks.Nightly.msi" />
  5. </ItemGroup>
  6.  
  7. <SvnCommit Targets="@(CommitFiles)" Message="AutoBuild"
  8. Username="$(CommitUser)" Password="$(CommitPassword)">
  9. <Output TaskParameter="Revision" PropertyName="Revision" />
  10. </SvnCommit>
  11.  
  12. <Import Project="MSBuild.Community.Tasks.Targets" />
Add Comment
Please, Sign In to add comment