The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Previously Working .NET Core Pipeline Now Failing

Budd Wright
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
rene-mandel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 16, 2020

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

Using this to Target 2.2 resolved build errors for me.

TAGS
AUG Leaders

Atlassian Community Events