Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppVeyor badge nuances #63

Closed
6 tasks
TheAngryByrd opened this issue Mar 9, 2018 · 1 comment · Fixed by #160
Closed
6 tasks

AppVeyor badge nuances #63

TheAngryByrd opened this issue Mar 9, 2018 · 1 comment · Fixed by #160

Comments

@TheAngryByrd
Copy link
Owner

TheAngryByrd commented Mar 9, 2018

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

  • Operating System:
    • windows [insert version here]
    • macOs [insert version]
    • linux [insert flavor/version here]
  • Platform
    • dotnet core
    • dotnet full
    • mono
  • Branch or release version:
@TheAngryByrd
Copy link
Owner Author

I think the solution is to just document this unless someone can come up with a better answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant