Configuration:
Private nuget server version 2.6.0.1
Nuget package manager version 2.6.40627.9000
Main package conf:
- id : MyDll
- version : 1.0.0
- language : en-US
- content:
lib/net45/MyDll.dll
lib/net45/MyDll.Resources.dll
Satellite package conf:
- id : MyDll.fr
- version : 1.0.0
- language : fr
- dependency : id="MyDll" version="[1.0.0]"
- content:
lib/net45/fr/MyDll.Resources.resources.dll
When I install the satellite package with the package manager, accessing my private nuget server by http, 'PdfTemplates.1.0.0.fr\lib\net45\fr\MyDll.Resources.resources.dll' is not copied to main package 'PdfTemplates.1.0.0'
Comments: I tried on a French OS with nuget 2.7 build (latest) and was not able to repro this issue. see attached screenshot.
Private nuget server version 2.6.0.1
Nuget package manager version 2.6.40627.9000
Main package conf:
- id : MyDll
- version : 1.0.0
- language : en-US
- content:
lib/net45/MyDll.dll
lib/net45/MyDll.Resources.dll
Satellite package conf:
- id : MyDll.fr
- version : 1.0.0
- language : fr
- dependency : id="MyDll" version="[1.0.0]"
- content:
lib/net45/fr/MyDll.Resources.resources.dll
When I install the satellite package with the package manager, accessing my private nuget server by http, 'PdfTemplates.1.0.0.fr\lib\net45\fr\MyDll.Resources.resources.dll' is not copied to main package 'PdfTemplates.1.0.0'
Comments: I tried on a French OS with nuget 2.7 build (latest) and was not able to repro this issue. see attached screenshot.