pugixml/scripts/build_nuget_package.bat
2015-10-07 22:03:12 +03:00

12 lines
742 B
Batchfile

msbuild vs2015/vs2015.sln /target:Clean /property:Configuration=Debug /property:Platform=x86
msbuild vs2015/vs2015.sln /target:Clean /property:Configuration=Debug /property:Platform=x64
msbuild vs2015/vs2015.sln /target:Clean /property:Configuration=Release /property:Platform=x86
msbuild vs2015/vs2015.sln /target:Clean /property:Configuration=Release /property:Platform=x64
msbuild vs2015/vs2015.sln /property:Configuration=Debug /property:Platform=x86
msbuild vs2015/vs2015.sln /property:Configuration=Debug /property:Platform=x64
msbuild vs2015/vs2015.sln /property:Configuration=Release /property:Platform=x86
msbuild vs2015/vs2015.sln /property:Configuration=Release /property:Platform=x64
powershell Write-NuGetPackage nuget.autopkg