Advertisement
gonace

Untitled

Nov 7th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.69 KB | None | 0 0
  1. + dotnet build
  2. Project Owin.Security.Providers.Payway (.NETFramework,Version=v4.5.2) will be compiled because expected outputs are missing
  3. Compiling Owin.Security.Providers.Payway for .NETFramework,Version=v4.5.2
  4. /opt/atlassian/pipelines/agent/build/project.json(18,15): error DOTNET1012: The reference assemblies directory was not specified. You can set the location using the DOTNET_REFERENCE_ASSEMBLIES_PATH environment variable.
  5. /opt/atlassian/pipelines/agent/build/project.json(6,38): warning DOTNET1016: The 'projectUrl' option in the root is deprecated. Use it in 'packOptions' instead.
  6. /opt/atlassian/pipelines/agent/build/project.json(5,13): warning DOTNET1016: The 'owners' option in the root is deprecated. Use it in 'packOptions' instead.
  7. /opt/atlassian/pipelines/agent/build/project.json(7,35): warning DOTNET1016: The 'requireLicenseAcceptance' option in the root is deprecated. Use it in 'packOptions' instead.
  8. /opt/atlassian/pipelines/agent/build/project.json(8,66): warning DOTNET1016: The 'summary' option in the root is deprecated. Use it in 'packOptions' instead.
  9. /opt/atlassian/pipelines/agent/build/project.json(35,29): warning DOTNET1015: The 'compilationOptions' option is deprecated. Use 'buildOptions' instead.
  10. /opt/atlassian/pipelines/agent/build/project.json(40,29): warning DOTNET1015: The 'compilationOptions' option is deprecated. Use 'buildOptions' instead.
  11. /opt/atlassian/pipelines/agent/build/project.json(15,34): error NU1001: The dependency System could not be resolved.
  12. /opt/atlassian/pipelines/agent/build/project.json(15,34): error NU1001: The dependency System could not be resolved.
  13. /opt/atlassian/pipelines/agent/build/project.json(15,34): error NU1001: The dependency System.Core could not be resolved.
  14. /opt/atlassian/pipelines/agent/build/project.json(15,34): error NU1001: The dependency System.Core could not be resolved.
  15. /opt/atlassian/pipelines/agent/build/project.json(15,34): error NU1001: The dependency System.IO.Compression could not be resolved.
  16. /opt/atlassian/pipelines/agent/build/project.json(15,34): error NU1001: The dependency System.Net.Http could not be resolved.
  17. /opt/atlassian/pipelines/agent/build/project.json(15,34): error NU1001: The dependency System.ComponentModel.Composition could not be resolved.
  18. /opt/atlassian/pipelines/agent/build/project.json(15,34): error NU1001: The dependency System.Numerics could not be resolved.
  19. /opt/atlassian/pipelines/agent/build/project.json(15,34): error NU1001: The dependency System.Xml could not be resolved.
  20. /opt/atlassian/pipelines/agent/build/project.json(15,34): error NU1001: The dependency System.Xml.Linq could not be resolved.
  21.  
  22. Compilation failed.
  23.     6 Warning(s)
  24.     11 Error(s)
  25.  
  26. Time elapsed 00:00:00.0144686
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement