Skip to content

Commit d0f27e8

Browse files
committed
Simplify build script.
1 parent a2099b4 commit d0f27e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.cmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
msbuild SharpDX.sln /t:Clean /m /p:Configuration=Release;Platform="Any CPU"
22

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-
73
msbuild SharpDX.sln /restore /t:Build;Pack /p:Configuration=Release;Platform="Any CPU" /m

0 commit comments

Comments
 (0)