forked from sachatrauwaen/OpenContent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build-local.cmd
6 lines (5 loc) · 996 Bytes
/
build-local.cmd
1
2
3
4
5
6
REM %WinDir%\Microsoft.NET\Framework\v4.0.30319\MSBuild OpenContent.csproj /p:Configuration=Release,Platform=AnyCPU,SolutionDir=Solution,ReferencePath="ref;ref\dnn720" /t:Rebuild >build-local-dnn720.log
REM %WinDir%\Microsoft.NET\Framework\v4.0.30319\MSBuild OpenContent.csproj /p:Configuration=Debug,Platform=AnyCPU,SolutionDir=Solution,ReferencePath="ref;ref\dnn722" /t:Rebuild >build-local-dnn722.log
%WinDir%\Microsoft.NET\Framework\v4.0.30319\MSBuild OpenContent.csproj /p:Configuration=Debug,Platform=AnyCPU,SolutionDir=Solution,ReferencePath="ref;ref\dnn732" /t:Rebuild >build-local-dnn732.log
%WinDir%\Microsoft.NET\Framework\v4.0.30319\MSBuild OpenContent.csproj /p:Configuration=Debug,Platform=AnyCPU,SolutionDir=Solution,ReferencePath="ref;ref\dnn740" /t:Rebuild >build-local-dnn740.log
%WinDir%\Microsoft.NET\Framework\v4.0.30319\msbuild tests/OpenContentTests.csproj /p:Configuration=Release,Platform=AnyCPU,SolutionDir=Solution,ReferencePath=ref /t:Rebuild >build-local-test.log