We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9b7bf commit b6500a9Copy full SHA for b6500a9
code/build.cmd
@@ -1,4 +1,4 @@
1
@echo off
2
3
-dotnet build StateMachines.sln -c Debug
4
-dotnet build StateMachines.sln -c Release
+dotnet build -c Debug
+dotnet build -c Release
0 commit comments