Added CompileFix.bat whcih calls dotnet restore on every project (wtf)

This commit is contained in:
Garry Newman 2019-08-07 19:15:51 +01:00
parent 4fafe33a93
commit 1e5dc7b2ea

5
CompileFix.bat Normal file
View 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