Add config files for testing csharp artifact (#5683)

pull/5693/head
Paul Yang 6 years ago committed by GitHub
parent 5b4ac53c97
commit 847ee580f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      kokoro/release/csharp/windows/continuous.cfg
  2. 11
      kokoro/release/csharp/windows/presubmit.cfg

@ -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"
}
}

@ -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