diff --git a/Build/build.cmd b/Build/build.cmd index f6c193f50..8f5df3835 100644 --- a/Build/build.cmd +++ b/Build/build.cmd @@ -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 \ No newline at end of file +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 \ No newline at end of file