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
f0680052
Unverified
Commit
f0680052
authored
Nov 14, 2019
by
Jie Luo
Committed by
GitHub
Nov 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "C# upgrade dotnet SDK (#6877)" (#6888)
This reverts commit
0c8acb6c
.
parent
0c8acb6c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
6 deletions
+2
-6
install_dotnet_sdk.ps1
csharp/install_dotnet_sdk.ps1
+0
-3
global.json
global.json
+1
-1
Dockerfile
kokoro/linux/dockerfile/test/csharp/Dockerfile
+1
-2
No files found.
csharp/install_dotnet_sdk.ps1
View file @
f0680052
...
...
@@ -19,6 +19,3 @@ $SDKVersion = $GlobalJson.sdk.version
Write-Host
"Downloading install script:
$InstallScriptUrl
=>
$InstallScriptPath
"
Invoke-WebRequest
-Uri
$InstallScriptUrl
-OutFile
$InstallScriptPath
&
$InstallScriptPath
-Version
$SDKVersion
# Also install dotnet SDK LTS which is required to run some of the tests
&
$InstallScriptPath
-Version 2.1.802
global.json
View file @
f0680052
{
"sdk"
:
{
"version"
:
"
3.0.100
"
"version"
:
"
2.1.504
"
}
}
kokoro/linux/dockerfile/test/csharp/Dockerfile
View file @
f0680052
...
...
@@ -28,8 +28,7 @@ RUN apt-get update && apt-get install -y libunwind8 libicu57 && apt-get clean
# Install dotnet SDK via install script
RUN
wget
-q
https://dot.net/v1/dotnet-install.sh
&&
\
chmod
u+x dotnet-install.sh
&&
\
./dotnet-install.sh
--version
2.1.802
&&
\
./dotnet-install.sh
--version
3.0.100
&&
\
./dotnet-install.sh
--version
2.1.504
&&
\
ln
-s
/root/.dotnet/dotnet /usr/local/bin
RUN
wget
-q
www.nuget.org/NuGet.exe
-O
/usr/local/bin/nuget.exe
...
...
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