Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Previously Working .NET Core Pipeline Now Failing

Budd Wright January 15, 2020

5 Days ago, this .NET CORE web app build pipeline worked:

pipeline-good.JPG

 

As of today, a minor update to the branch, with no significant project, nuget, version updates now continuously fails:

pipeline-bad.JPG

The only difference I can detect is on the Build Engine version listed between the two builds -- the failing one is 16.2.xxxxx, whereas the one that worked was 16.0.xxx .

Did something change on the BitBucket end? We have likewise NOT made any YAML changes between these builds/commits.

Perplexed -- can anyone assist?

 

1 answer

1 accepted

1 vote
Answer accepted
rene-mandel January 16, 2020

Had same problem today.

I found following solution:

  • Remove "microsoft/dotnet:sdk" image.
  • Add specified image version (e.g. 3.0) under step
    • image: mcr.microsoft.com/dotnet/core/sdk:3.0 
Jdaleyme January 16, 2020

I started seeing this today too. Someone definitely changed something.

Using this to Target 2.2 resolved build errors for me.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events