-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmake.cmd
19 lines (12 loc) · 1.24 KB
/
make.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
echo Getting dependancies
C:\nuget\nuget.exe install "%~dp0arcgis10_mapping_tools\.nuget\packages.config" -NoCache -Source https://api.nuget.org/v3/index.json -OutputDirectory "%~dp0arcgis10_mapping_tools\packages"
C:\nuget\nuget.exe install "%~dp0arcgis10_mapping_tools\MapAction\MapAction\packages.config" -NoCache -Source https://api.nuget.org/v3/index.json -OutputDirectory "%~dp0arcgis10_mapping_tools\packages"
C:\nuget\nuget.exe install "%~dp0arcgis10_mapping_tools\MapActionToolbars\packages.config" -NoCache -Source https://api.nuget.org/v3/index.json -OutputDirectory "%~dp0arcgis10_mapping_tools\packages"
C:\nuget\nuget.exe install "%~dp0arcgis10_mapping_tools\CommonTests\packages.config" -NoCache -Source https://api.nuget.org/v3/index.json -OutputDirectory "%~dp0arcgis10_mapping_tools\packages"
::C:\nuget\nuget.exe install nunit
echo Building...
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe" %~dp0arcgis10_mapping_tools/MapAction-toolbox.sln /t:build /p:PlatformTarget=x86 /p:Configuration=Release /maxcpucount
:: echo Copying...
:: call %~dp0arcgis10_mapping_tools\arcaddins_for_testing\post_build_copy_addins.cmd
:: echo Running Tests...
:: call %~dp0arcgis10_mapping_tools\get_coverage.cmd