Parcourir la source

add scripts for automated building of C# nuget on Kokoro

Jan Tattermusch il y a 7 ans
Parent
commit
6fd12a076d

+ 5 - 0
kokoro/release/csharp/windows/build_nuget.bat

@@ -0,0 +1,5 @@
+@rem enter repo root
+cd /d %~dp0\..\..\..\..
+
+cd csharp\src
+call build_packages.bat

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