Update .NET Core YAML template

Improve indent for cache paths
This commit is contained in:
Piotr Wosiek 2019-04-26 14:26:41 +02:00
parent 052072ff19
commit 3670a3cff8

View file

@ -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