Squashed 'libs/protobuf/' content from commit fcd3b9a85
git-subtree-dir: libs/protobuf git-subtree-split: fcd3b9a85ef36e46643dc30176cea1a7ad62e02b
This commit is contained in:
17
kokoro/windows/csharp/build.bat
Normal file
17
kokoro/windows/csharp/build.bat
Normal file
@@ -0,0 +1,17 @@
|
||||
@rem enter repo root
|
||||
cd /d %~dp0\..\..\..
|
||||
|
||||
cd csharp
|
||||
|
||||
@rem Install dotnet SDK
|
||||
powershell -File install_dotnet_sdk.ps1
|
||||
set PATH=%LOCALAPPDATA%\Microsoft\dotnet;%PATH%
|
||||
|
||||
@rem Disable some unwanted dotnet options
|
||||
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
|
||||
set DOTNET_CLI_TELEMETRY_OPTOUT=true
|
||||
|
||||
@rem Work around https://github.com/dotnet/core/issues/5881
|
||||
dotnet nuget locals all --clear
|
||||
|
||||
call buildall.bat
|
||||
5
kokoro/windows/csharp/common.cfg
Normal file
5
kokoro/windows/csharp/common.cfg
Normal file
@@ -0,0 +1,5 @@
|
||||
# Config file for running tests in Kokoro
|
||||
|
||||
# Location of the build script in repository
|
||||
build_file: "protobuf/kokoro/windows/csharp/build.bat"
|
||||
timeout_mins: 1440
|
||||
1
kokoro/windows/csharp/continuous.cfg
Normal file
1
kokoro/windows/csharp/continuous.cfg
Normal file
@@ -0,0 +1 @@
|
||||
# Keep this file empty! Use common.cfg instead.
|
||||
1
kokoro/windows/csharp/presubmit.cfg
Normal file
1
kokoro/windows/csharp/presubmit.cfg
Normal file
@@ -0,0 +1 @@
|
||||
# Keep this file empty! Use common.cfg instead.
|
||||
Reference in New Issue
Block a user