浏览代码

Add config files for testing csharp artifact (#5683)

Paul Yang 6 年之前
父节点
当前提交
847ee580f2
共有 2 个文件被更改,包括 22 次插入0 次删除
  1. 11 0
      kokoro/release/csharp/windows/continuous.cfg
  2. 11 0
      kokoro/release/csharp/windows/presubmit.cfg

+ 11 - 0
kokoro/release/csharp/windows/continuous.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"
+  }
+}

+ 11 - 0
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"
+  }
+}