Add config files for testing csharp artifact (#5683)
parent
5b4ac53c97
commit
847ee580f2
2 changed files with 22 additions and 0 deletions
@ -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…
Reference in new issue