Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
Fixed paths in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky committed Mar 24, 2017
1 parent d93f424 commit 6153e3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Build/build.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msbuild ..\SharpDX-Tools.sln /t:Clean;Build /m /p:Configuration=Release;Platform="Any CPU"
msbuild ..\SharpDX-Sources.sln /t:Clean /m /p:Configuration=Release;Platform="Any CPU"
msbuild ..\SharpDX-Sources.sln /t:Build /m /p:Configuration=Release;Platform="Any CPU"
msbuild ..\SharpDX-Sources.sln /t:Pack /p:NuGetBuildTasksPackTargets="workaround" /m
msbuild SharpDX-Tools.sln /t:Clean;Build /m /p:Configuration=Release;Platform="Any CPU"
msbuild SharpDX-Sources.sln /t:Clean /m /p:Configuration=Release;Platform="Any CPU"
msbuild SharpDX-Sources.sln /t:Build /m /p:Configuration=Release;Platform="Any CPU"
msbuild SharpDX-Sources.sln /t:Pack /p:NuGetBuildTasksPackTargets="workaround" /m

0 comments on commit 6153e3a

Please sign in to comment.