Build hashfile only in release mode (#346)

* Update README to include Powershell requirement

* Build hashfile only in release, only check hashes in release mode

* Remove duplicate README
This commit is contained in:
Jesse
2025-06-03 09:38:06 +02:00
committed by GitHub
parent 8b01da4c26
commit c822977931
4 changed files with 19 additions and 96 deletions
+5 -4
View File
@@ -38,10 +38,11 @@ You only need one of the above.
### Initial Setup
1. Download and install the [.net 9.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0).
2. Run `git clone https://github.com/sp-tarkov/server-csharp.git server` to clone the repository
3. Run `git lfs pull` to download LFS files locally.
4. Open the `project/server-csharp.sln` file in Visual Studio or Rider
5. Run `Build > Build Solution (CTRL + SHIFT + B)` in the IDE
2. Download and install [Powershell 7.5](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.5) as this is required for post build scripts
3. Run `git clone https://github.com/sp-tarkov/server-csharp.git server` to clone the repository
4. Run `git lfs pull` to download LFS files locally.
5. Open the `project/server-csharp.sln` file in Visual Studio or Rider
6. Run `Build > Build Solution (CTRL + SHIFT + B)` in the IDE
## Development