Advertisement
Guest User

Untitled

a guest
Apr 19th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <target name="deployCode">
  2. <!-- Upload the contents of the "codepkg" directory, running the tests for just 1 class -->
  3. <sf:deploy username="${sf.username}" password="${sf.password}" sessionId="${sf.sessionId}" serverurl="${sf.serverurl}" maxPoll="${sf.maxPoll}" testLevel="RunSpecifiedTests" deployRoot="ToDeploy">
  4. <runTest>OpportunityTest</runTest>
  5. </sf:deploy>
  6. </target>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement