Update .NET Core YAML template
Improve indent for cache paths
This commit is contained in:
parent
052072ff19
commit
3670a3cff8
1 changed files with 10 additions and 11 deletions
|
@ -58,7 +58,6 @@ cache:
|
|||
- '$SOURCE_CODE_PATH$OBJECTS_DIRECTORY/*.csproj.nuget.*'
|
||||
# 3) Path to the directory where restored dependencies are kept.
|
||||
- '$NUGET_PACKAGES_DIRECTORY'
|
||||
#
|
||||
# 'pull-push' policy means that latest cache will be downloaded (if exists)
|
||||
# before executing the job, and a newer version will be uploaded afterwards.
|
||||
# Such setting saves time when there are no changes in referenced third-party
|
||||
|
|
Loading…
Reference in a new issue