You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without specifying which image to use for the CiCheckpoint stage, Azure
will default to using Ubuntu 16.04. However, Ubuntu 16.04 has been
removed from Azure, so the pipeline stage will end up cancelling itself
with the following error:
##[warning]An image label with the label Ubuntu16 does not exist.
,##[error]The remote provider was unable to process the request.
Pool: Azure Pipelines
Image: Ubuntu16
Explicitly specify the image to use in the CiCheckpoint stage to ensure
the stage doesn't cancel itself.
0 commit comments