Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
f50be7de
Commit
f50be7de
authored
Jul 18, 2018
by
Jan Tattermusch
Committed by
Feng Xiao
Jul 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix C# nuget build on Kokoro (#4912)
* upgrade dotnet SDK to 2.1.3 on kokoro linux
parent
d2980062
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
global.json
csharp/global.json
+1
-1
prepare_build_linux_rc
kokoro/linux/prepare_build_linux_rc
+1
-1
build_nuget.bat
kokoro/release/csharp/windows/build_nuget.bat
+1
-1
No files found.
csharp/global.json
View file @
f50be7de
{
"sdk"
:
{
"version"
:
"2.
0
.3"
"version"
:
"2.
1
.3"
}
}
kokoro/linux/prepare_build_linux_rc
View file @
f50be7de
...
...
@@ -7,7 +7,7 @@ sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsof
sudo
apt-key adv
--keyserver
keyserver.ubuntu.com
--recv-keys
EB3E94ADBE1229CF
sudo
apt-get update
# We use the .NET Core SDK 2.x to build...
sudo
apt-get
install
-y
dotnet-sdk-2.
0
.3
sudo
apt-get
install
-y
dotnet-sdk-2.
1
.3
# But we also need the 1.x framework to test against, as we
# target netstandard1.x
sudo
apt-get
install
-y
dotnet-sharedframework-microsoft.netcore.app-1.0.5
kokoro/release/csharp/windows/build_nuget.bat
View file @
f50be7de
@rem enter repo root
cd /d %~dp0\..\..\..\..
cd csharp
\src
cd csharp
call build_packages.bat
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment