Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.02 KB | None | 0 0
  1. # pierwszy dziwny blad pojawia mi sie przy buildowaniu kontenera:
  2.  
  3.  
  4. Step 4/7 : RUN cd /dotnetapp && dotnet restore --source https://dotnet.myget.org/F/open-xml-sdk/api/v3/index.json --source https://api.nuget.org/v3/index.json
  5. ---> Running in 9d825b6ed972
  6. /usr/share/dotnet/sdk/1.0.1/NuGet.targets(97,5): warning : Unable to find a project to restore! [/dotnetapp/PptxEngine.sln]
  7.  
  8. # a potem przy probie uruchomienia dostaje:
  9.  
  10. bartek@barteks-MacBook (pptx_merger):~/Dev/sc-pptx-engine$ docker run -p 80:80 --name pptxengine -d pptxengine
  11. c6b4fd1ce707667387df66074a5d5f717abbe23742180e76e7d561b3b16c7639
  12. bartek@barteks-MacBook (pptx_merger):~/Dev/sc-pptx-engine$ docker logs pptxengine
  13. /dotnetapp/src/PptxEngine/PptxEngine.xproj(7,3): error MSB4019: The imported project "/usr/share/dotnet/sdk/1.0.1/Microsoft/VisualStudio/v14.0/DotNet/Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  14.  
  15. The build failed. Please fix the build errors and run again.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement