-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbuild-local.cmd
7 lines (6 loc) · 990 Bytes
/
build-local.cmd
1
2
3
4
5
6
7
REM %WinDir%\Microsoft.NET\Framework\v4.0.30319\MSBuild OpenForm.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 OpenForm.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 OpenForm.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 OpenForm.csproj /p:Configuration=Debug,Platform=AnyCPU,SolutionDir=Solution,ReferencePath="ref;ref\dnn740" /t:Rebuild >build-local-dnn740.log
REM %WinDir%\Microsoft.NET\Framework\v4.0.30319\msbuild tests/OpenFormTests.csproj /p:Configuration=Release,Platform=AnyCPU,SolutionDir=Solution,ReferencePath=ref /t:Rebuild >build-local-test.log
pause