Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <Target Name="AfterBuild">
  2. <Exec Command="curl -H "x-api-key:mykey"
  3. -d "deployment[application_id]=appId"
  4. -d "deployment[description]=MSbuild deploy using curl"
  5. -d "deployment[revision]=0"
  6. -d "deployment[changelog]=Deployed using MSBuild"
  7. -d "deployment[user]=User"
  8. -d http://api.newrelic.com/deployments.xml"/>
  9. </Target>
  10. </project>
  11.  
  12. "Severity Code Description Project File Line Suppression State Error
  13. The command "C:WINDOWSsystem32curl" exited with code 9009."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement