mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 06:35:49 +03:00
Added CompileFix.bat whcih calls dotnet restore on every project (wtf)
This commit is contained in:
parent
4fafe33a93
commit
1e5dc7b2ea
5
CompileFix.bat
Normal file
5
CompileFix.bat
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
cd Facepunch.Steamworks
|
||||||
|
dotnet restore .\Facepunch.Steamworks.Posix32.csproj
|
||||||
|
dotnet restore .\Facepunch.Steamworks.Posix64.csproj
|
||||||
|
dotnet restore .\Facepunch.Steamworks.Win32.csproj
|
||||||
|
dotnet restore .\Facepunch.Steamworks.Win64.csproj
|
Loading…
Reference in New Issue
Block a user