summaryrefslogtreecommitdiff
path: root/scripts/build_nuget_package.bat
blob: 371583295ebd4f60af6a49d01a3254e45218f3cd (plain)
1
2
3
4
5
6
7
8
9
10
11
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