Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
StackExchange.Redis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
StackExchange.Redis
Commits
06b1c118
Commit
06b1c118
authored
Nov 26, 2018
by
Nick Craver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SDK: switch to 2.1.500
Until we can figure out how to install on Ubuntu...
parent
1a70a478
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
appveyor.yml
appveyor.yml
+1
-2
global.json
global.json
+1
-1
No files found.
appveyor.yml
View file @
06b1c118
...
@@ -70,9 +70,8 @@ nuget:
...
@@ -70,9 +70,8 @@ nuget:
build_script
:
build_script
:
-
ps
:
>-
-
ps
:
>-
if ($env:OS -eq "Windows_NT") {
if ($env:OS -eq "Windows_NT") {
.\build\dotnet-install.ps1 -Version 2.1.
4
00
.\build\dotnet-install.ps1 -Version 2.1.
5
00
}
}
-
sh
:
./build/dotnet-install.sh --version 2.1.400
-
ps
:
.\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages ($env:OS -eq "Windows_NT")
-
ps
:
.\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages ($env:OS -eq "Windows_NT")
test
:
off
test
:
off
...
...
global.json
View file @
06b1c118
{
{
"sdk"
:
{
"sdk"
:
{
"version"
:
"2.1.
4
00"
"version"
:
"2.1.
5
00"
}
}
}
}
\ No newline at end of file
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