Skip to content

Commit

Permalink
Merge pull request #4869 from jtattermusch/csharp_artifact_build
Browse files Browse the repository at this point in the history
Add scripts for automated building of C# nuget on Kokoro
  • Loading branch information
jtattermusch authored Jul 12, 2018
2 parents 39aabea + f3d3bfc commit 029dbfd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kokoro/release/csharp/windows/build_nuget.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@rem enter repo root
cd /d %~dp0\..\..\..\..

cd csharp\src
call build_packages.bat
11 changes: 11 additions & 0 deletions kokoro/release/csharp/windows/release.cfg
Original file line number Diff line number Diff line change
@@ -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 comments on commit 029dbfd

Please sign in to comment.