Skip to content

Commit

Permalink
CompileFix.bat includes unit test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
andererandre committed Aug 20, 2020
1 parent f84872b commit c4ffb5e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CompileFix.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cd Facepunch.Steamworks
dotnet restore .\Facepunch.Steamworks.Posix.csproj
dotnet restore .\Facepunch.Steamworks.Win32.csproj
dotnet restore .\Facepunch.Steamworks.Win64.csproj
dotnet restore .\Facepunch.Steamworks\Facepunch.Steamworks.Posix.csproj
dotnet restore .\Facepunch.Steamworks\Facepunch.Steamworks.Win32.csproj
dotnet restore .\Facepunch.Steamworks\Facepunch.Steamworks.Win64.csproj
dotnet restore .\Facepunch.Steamworks.Test\Facepunch.Steamworks.TestWin32.csproj
dotnet restore .\Facepunch.Steamworks.Test\Facepunch.Steamworks.TestWin64.csproj

0 comments on commit c4ffb5e

Please sign in to comment.