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 a2099b4 commit d0f27e8Copy full SHA for d0f27e8
build.cmd
@@ -1,7 +1,3 @@
1
msbuild SharpDX.sln /t:Clean /m /p:Configuration=Release;Platform="Any CPU"
2
3
-REM Build SharpDX.csproj first not in parallel so we don't have to worry about file locking issues
4
-REM with shared files between the 4 different generators.
5
-msbuild Source/SharpDX/SharpDX.csproj /restore /t:Build /p:Configuration=Release
6
-
7
msbuild SharpDX.sln /restore /t:Build;Pack /p:Configuration=Release;Platform="Any CPU" /m
0 commit comments