aboutsummaryrefslogtreecommitdiff
path: root/kokoro/release/csharp/windows/build_nuget.bat
blob: 7552bec3a9ff9ba55022f86e0187a100073e2506 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@rem enter repo root
cd /d %~dp0\..\..\..\..

cd csharp

@rem see what dotnet version is available
dotnet --version

@rem TODO(jtattermusch): Kokoro workers currently only have dotnet SDK 2.1.3
@rem so we just overwrite the SDK requirement in global.json as the results
@rem should be fully compatible.
echo { "sdk": { "version": "2.1.3" } } >global.json

call build_packages.bat