Badgerworks-Brewery / Sonic-Hybrid-Ultimate

Hybrid RSDK + 3 AIR support. Help wanted
8 stars 3 forks source link

GitAuto: Bug: Got some bs when trying to build the game in the terminal. #8 #30

Closed gitauto-ai[bot] closed 5 days ago

gitauto-ai[bot] commented 5 days ago

Resolves #29

Why the bug occurs

The build process fails with the error MSB1009: Project file does not exist because the build script is referencing a project file that is missing or incorrectly specified. This issue likely arises from an incorrect path in the build configuration or the absence of necessary project files in the repository.

How to reproduce

  1. Clone the repository.
  2. Navigate to the project's root directory.
  3. Run the build command in the terminal.
  4. Observe the error message: error MSB1009: Project file does not exist.

How to fix

By addressing these points, the build process should be able to locate the necessary project files and proceed without errors.

Test these changes locally

git checkout -b gitauto/issue-29-306e1ed6-7e54-4bae-a0ff-724b2aa59853
git pull origin gitauto/issue-29-306e1ed6-7e54-4bae-a0ff-724b2aa59853