aboutsummaryrefslogtreecommitdiff
path: root/kokoro/release/csharp/windows/release.cfg
blob: f508c65bda0fe11c58b64df3bbf3bb5d9fe9cce3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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"
  }
}