Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
zilf
zilf
Commits
8af59753879e
Commit
61455c73
authored
Oct 11, 2020
by
Jesse McGrew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use SDK 3.1 for CI builds.
parent
fe2f1abc75aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
No files found.
.gitlab-ci.yml
View file @
8af59753
...
@@ -10,10 +10,10 @@
...
@@ -10,10 +10,10 @@
# The 'latest' tag targets the latest available version of .NET Core SDK image.
# The 'latest' tag targets the latest available version of .NET Core SDK image.
# If preferred, you can explicitly specify version of .NET Core (e.g. using '2.2-sdk' tag).
# If preferred, you can explicitly specify version of .NET Core (e.g. using '2.2-sdk' tag).
#
#
# See other available tags for .NET Core: https://hub.docker.com/r/microsoft/dotnet
# See other available tags for .NET Core: https://hub.docker.com/r/microsoft/dotnet
6
# Learn more about Docker tags: https://docs.docker.com/glossary/?term=tag
# Learn more about Docker tags: https://docs.docker.com/glossary/?term=tag
# and the Docker itself: https://opensource.com/resources/what-docker
# and the Docker itself: https://opensource.com/resources/what-docker
image
:
microsoft/dotnet
:2.2-sdk
image
:
mcr.
microsoft
.com
/dotnet
/core/sdk:3.1
# ### Define variables
# ### Define variables
#
#
...
@@ -36,9 +36,9 @@ stages:
...
@@ -36,9 +36,9 @@ stages:
# ### Define global cache rule
# ### Define global cache rule
#
#
# Before building the project, all dependencies (e.g. third-party NuGet packages)
# Before building the project, all dependencies (e.g. third-party NuGet packages)
# must be restored. Jobs on GitLab.com's Shared Runners are executed on autoscaled machines.
# must be restored. Jobs on GitLab.com's Shared Runners are executed on autoscaled machines.
6
#
#
# Each machine is used only once (for security reasons) and after that is removed.
# Each machine is used only once (for security reasons) and after that is removed.
66
# This means that, before every job, a dependency restore must be performed
# This means that, before every job, a dependency restore must be performed
# because restored dependencies are removed along with machines. Fortunately,
# because restored dependencies are removed along with machines. Fortunately,
# GitLab provides cache mechanism with the aim of keeping restored dependencies
# GitLab provides cache mechanism with the aim of keeping restored dependencies
...
...
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