diff --git a/.github/build_script.yml b/.github/build_script.yml new file mode 100644 index 00000000..559eed2d --- /dev/null +++ b/.github/build_script.yml @@ -0,0 +1,2 @@ +- project: ./missing_project_file.csproj + project: ./correct_project_file.csproj diff --git a/README.md b/README.md index 465cb421..02a8e5e6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# Build Process + +To build the project, ensure that all necessary project files are present in the repository. If you encounter the error `MSB1009: Project file does not exist`, verify the project file paths in the build scripts and ensure all required files are included. + +Run the build command from the project's root directory. + # Sonic RSDK + Oxygen Engine (Help Needed) Aims to mix different Sonic the Hedgehog games into a single big game. Acts as a legal but cheaper version of Sonic Origins for fans that dont want to get scammed.