Guest User

Untitled

a guest
Feb 7th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <target name="deployCode">
  2. <sf:deploy username="${sf.username}" password="${sf.password}"
  3. sessionId="${sf.sessionId}" serverurl="${sf.serverurl}"
  4. deployroot="codepkg" testLevel="RunLocalTests">
  5. </sf:deploy>
  6. </target>
Add Comment
Please, Sign In to add comment