Skip to content

Commit

Permalink
build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nkast committed Aug 23, 2023
1 parent 5334ece commit cb29a39
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
dotnet build Aether.Physics2D.NETSTANDARD2_0.sln /t:restore /p:Configuration=Release
dotnet build Aether.Physics2D.NETSTANDARD2_0.sln /t:Build /p:Configuration=Release

dotnet build Aether.Physics2D.NET40.sln /t:restore /p:Configuration=Release
dotnet build Aether.Physics2D.NET40.sln /t:Build /p:Configuration=Release

dotnet build Aether.Physics2D.NETSTANDARD2_0.KNI.sln /t:restore /p:Configuration=Release
dotnet build Aether.Physics2D.NETSTANDARD2_0.KNI.sln /t:Build /p:Configuration=Release

dotnet build Aether.Physics2D.NET40.KNI.sln /t:restore /p:Configuration=Release
dotnet build Aether.Physics2D.NET40.KNI.sln /t:Build /p:Configuration=Release

dotnet build Aether.Physics2D.NETSTANDARD2_0.MG.sln /t:restore /p:Configuration=Release
dotnet build Aether.Physics2D.NETSTANDARD2_0.MG.sln /t:Build /p:Configuration=Release

dotnet build Aether.Physics2D.NET40.MG.sln /t:restore /p:Configuration=Release
dotnet build Aether.Physics2D.NET40.MG.sln /t:Build /p:Configuration=Release

@pause

0 comments on commit cb29a39

Please sign in to comment.