summaryrefslogtreecommitdiff
path: root/src/build_official.cmd
blob: 63566260eb8a38c6bab357771563d8c7952f5feb (plain)
1
2
3
4
5
6
7
8
9
@setlocal
@pushd %~dp0

@copy nuget_official.config ..\nuget.config

build_all.cmd Release Official

@popd
@endlocal