Advertisement
Guest User

Azure DevOps - MacOS

a guest
Dec 21st, 2020
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. MACOS:
  2.  
  3.  
  4. ##[warning]An image label with the label macOS-10.13 does not exist.
  5. ,##[error]The remote provider was unable to process the request.
  6. Pool: Azure Pipelines
  7. Image: macOS-10.13
  8. Started: Today at 12:36
  9. Duration: 18m 8s
  10.  
  11. Job preparation parameters
  12. ContinueOnError: False
  13. TimeoutInMinutes: 60
  14. CancelTimeoutInMinutes: 5
  15. Expand:
  16. MaxConcurrency: 0
  17. ########## System Pipeline Decorator(s) ##########
  18.  
  19. Begin evaluating template 'system-pre-steps.yml'
  20. Evaluating: eq('true', variables['system.debugContext'])
  21. Expanded: eq('true', Null)
  22. Result: False
  23. Evaluating: resources['repositories']['self']
  24. Expanded: Object
  25. Result: True
  26. Evaluating: not(containsValue(job['steps']['*']['task']['id'], '6d15af64-176c-496d-b583-fd2ae21d4df4'))
  27. Expanded: not(containsValue(Object, '6d15af64-176c-496d-b583-fd2ae21d4df4'))
  28. Result: True
  29. Evaluating: resources['repositories']['self']['checkoutOptions']
  30. Result: Object
  31. Finished evaluating template 'system-pre-steps.yml'
  32. ********************************************************************************
  33. Template and static variable resolution complete. Final runtime YAML document:
  34. steps:
  35. - task: 6d15af64-176c-496d-b583-fd2ae21d4df4@1
  36. inputs:
  37. repository: self
  38.  
  39.  
  40. MaxConcurrency: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement