release.cfg 235 B

1234567891011
  1. # Config file for running tests in Kokoro
  2. # Location of the build script in repository
  3. build_file: "protobuf/kokoro/release/csharp/windows/build_nuget.bat"
  4. timeout_mins: 60
  5. action {
  6. define_artifacts {
  7. regex: "**/*.nupkg"
  8. }
  9. }