This repository was archived by the owner on Dec 18, 2017. It is now read-only.
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
FileNotFoundException when publishing #2267
Closed
Description
Since a couple of days I am getting a FileNotFoundException when I run 'dnu publish'. It seems to be related to commit cae8aab where the file paths were canonicalized.
info: Exec
info: program: dnu
info: commandline: publish /app/src/Scheduler/Andasa.Scheduler -o /app/artifacts/publish/Andasa.Scheduler --no-source
info: workingdir: /app
Microsoft .NET Development Utility Mono-x64-1.0.0-beta6-12232
Copying to output path /app/artifacts/publish/Andasa.Scheduler
Using Package dependency AWSSDK 2.3.47.0
Adding NuGet package /root/.dnx/packages/AWSSDK/2.3.47/AWSSDK.2.3.47.0.nupkg to /app/artifacts/publish/Andasa.Scheduler/approot/packages
System.IO.FileNotFoundException: Could not find file "/root/.dnx/packages/AWSSDK/2.3.47/AWSSDK.2.3.47.0.nupkg".
File name: '/root/.dnx/packages/AWSSDK/2.3.47/AWSSDK.2.3.47.0.nupkg'
The package acutally exists on disk, but the path is /root/.dnx/packages/AWSSDK/2.3.47/AWSSDK.2.3.47.nupkg (without the .0)