aboutsummaryrefslogtreecommitdiff
path: root/src/build_official.cmd
blob: 55ac355072127856f7b9a48204f782c6e24babda (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