Merge pull request #4869 from jtattermusch/csharp_artifact_build

Add scripts for automated building of C# nuget on Kokoro
pull/4248/merge
Jan Tattermusch 7 years ago committed by GitHub
commit 029dbfd714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      kokoro/release/csharp/windows/build_nuget.bat
  2. 11
      kokoro/release/csharp/windows/release.cfg

@ -0,0 +1,5 @@
@rem enter repo root
cd /d %~dp0\..\..\..\..
cd csharp\src
call build_packages.bat

@ -0,0 +1,11 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/release/csharp/windows/build_nuget.bat"
timeout_mins: 60
action {
define_artifacts {
regex: "**/*.nupkg"
}
}
Loading…
Cancel
Save