microsoft / appcenter-sdk-dotnet

Development repository for the App Center SDK for .NET platforms, including Xamarin
Other
311 stars 141 forks source link

Your builds have been broken for almost a year and I think I know why #1717

Closed jamesiri closed 1 year ago

jamesiri commented 1 year ago

Description

Please describe the issue you are facing using the SDK.

If you look at your actions run history consistent errors start being thrown on March 28, 2022 with actions run 2051159218 detailing you have a syntax error in your yaml. image

This is likely because you have added a second steps key on the same job in commit 72e34d0458cd8be90ad4d14badbd01a247716975 to line 47 of codeql.yml if you add CodeQL-Run-Cake-Script: just a line above it should fix the issue and get your builds going again.

thewulf7 commented 1 year ago

Thanks @jamesiri! Closing the issues, as we're migrating to ADO