rscustom / rocksmith-custom-song-toolkit

Custom song toolkit for Rocksmith and Rocksmith 2014
http://www.rscustom.net/
343 stars 80 forks source link

AppVeyor Issue #294

Closed cozy1 closed 7 years ago

cozy1 commented 7 years ago

@ray I added a new project to the repo and now I have an AppVeyor error.

How do I fix this error? => 'Specify which project or solution file to use because the folder contains more than one project or solution file.'

Thanks https://ci.appveyor.com/project/rscustom/rocksmith-custom-song-toolkit/branch/master

ray commented 7 years ago

Delete the RocksmithDevBuilder.sln. There should only be one solution file unless you explicitly tell it which one to use.

cozy1 commented 7 years ago

Thank you. I would like to figure out how to tell AppVeyor which to use explicitly for the future.

ray commented 7 years ago

From the docs (https://www.appveyor.com/docs/appveyor-yml/), this would probably work:

build:
  project: RocksmithCustomSongCreator.sln
cozy1 commented 7 years ago

Thanks, Ray. We should talk more ... you are a good teacher.