Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. {
  2. "manifestVersion": 1,
  3. "id": "hello-devops",
  4. "publisher": "<your publisher-id>",
  5. "version": "1.0.0",
  6. "name": "Hello DevOps",
  7. "description": "A sample Angular application",
  8. "public": false,
  9. "categories": [
  10. "Azure Repos"
  11. ],
  12. "targets": [
  13. {
  14. "id": "Microsoft.VisualStudio.Services"
  15. }
  16. ],
  17. "contributions": [
  18. {
  19. "id": "hello-devops",
  20. "type": "ms.vss-web.hub",
  21. "description": "Hello devops",
  22. "targets": [
  23. "ms.vss-code-web.code-hub-group"
  24. ],
  25. "properties": {
  26. "name": "Hello devops hub",
  27. "uri": "dist/index.html"
  28. }
  29. }
  30. ],
  31. "scopes": [
  32. "vso.code",
  33. "vso.project"
  34. ],
  35. "files": [
  36. {
  37. "path": "dist",
  38. "addressable": true
  39. }
  40. ]
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement