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
For example if you started a project called MyLib.SomethingElse, appveyor links should be (https://buildstats.info/appveyor/chart/TheAngryByrd/MyLib-SomethingElse)(https://ci.appveyor.com/project/TheAngryByrd/MyLib-SomethingElse)
Description
Appveyor seems to "normalize" projects.
For example if you started a project called MyLib.SomethingElse, appveyor links should be
(https://buildstats.info/appveyor/chart/TheAngryByrd/MyLib-SomethingElse)
(https://ci.appveyor.com/project/TheAngryByrd/MyLib-SomethingElse)
but are
(https://buildstats.info/appveyor/chart/TheAngryByrd/MyLib.SomethingElse)
(https://ci.appveyor.com/project/TheAngryByrd/MyLib.SomethingElse)
which leads to no project being found when clicking the badges.
However
https://ci.appveyor.com/api/projects/status/github/TheAngryByrd/MyLib.SomethingElse?svg=true
is perfectly valid.
sigh
Error messages, screenshots
Please add any error logs or screenshots if available.
Failing test, failing github repo, or reproduction steps
Please add either a failing test, a github repo of the problem or detailed reproduction steps.
Expected Behavior
Please define what you would expect the behavior to be like.
Known workarounds
Fixing them manually.
Other information
The text was updated successfully, but these errors were encountered: