Add trailing slash to <DotNetAssetRootUrl>

This commit is contained in:
Nate McMaster 2018-05-30 17:13:42 -07:00
parent 59f091f0be
commit 4935711bce
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<Import Project="$(DotNetRestoreSourcePropsPath)" Condition="'$(DotNetRestoreSourcePropsPath)' != ''"/>
<PropertyGroup>
<DotNetAssetRootUrl Condition="'$(DotNetAssetRootUrl)' == ''">https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/20180515-07/final/assets</DotNetAssetRootUrl>
<DotNetAssetRootUrl Condition="'$(DotNetAssetRootUrl)' == ''">https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/20180515-07/final/assets/</DotNetAssetRootUrl>
<RestoreSources>
$(DotNetAdditionalRestoreSources);