Commit f3d3bfc0 authored by Jan Tattermusch's avatar Jan Tattermusch

add scripts for automated building of C# nuget on Kokoro

parent 39aabeab
@rem enter repo root
cd /d %~dp0\..\..\..\..
cd csharp\src
call build_packages.bat
# 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"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment