forked from heroku/dotnet-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
This build-pack works just fine with app generated by dotnet new -t web. The app generated by dotnet new -t web has different directory structure & has a lot of stuff(even the login system pages using bootstrap)
Link to app on Heroku -> https://dotnetcore-linuxmit.herokuapp.com/
but when I generate an empty project using yo aspnet it gets successfully deployed to Heroku but app doesn't run(using semantic ui)
Link to application on Heroku -> https://ivdstudios.herokuapp.com/
⇨ dotnet --info
.NET Command Line Tools (1.0.0-preview2-1-003177)
Product Information:
Version: 1.0.0-preview2-1-003177
Commit SHA-1 hash: a2df9c2576
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.12
OS Platform: Darwin
RID: osx.10.12-x64
⇨ heroku logs ✔ master
2017-02-10T20:50:08.240816+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.240817+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.240818+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResultExecutedContext context)
2017-02-10T20:50:08.240818+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2017-02-10T20:50:08.240819+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextResourceFilter>d__22.MoveNext()
2017-02-10T20:50:08.240820+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.240821+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.240821+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResourceExecutedContext context)
2017-02-10T20:50:08.240822+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2017-02-10T20:50:08.240823+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAsync>d__20.MoveNext()
2017-02-10T20:50:08.240824+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.240824+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.240825+00:00 app[web.1]: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
2017-02-10T20:50:08.240826+00:00 app[web.1]: at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext()
2017-02-10T20:50:08.240826+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.240827+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.240828+00:00 app[web.1]: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
2017-02-10T20:50:08.240829+00:00 app[web.1]: at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>d__6.MoveNext()
2017-02-10T20:50:08.241019+00:00 app[web.1]: info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
2017-02-10T20:50:08.241021+00:00 app[web.1]: Executing action method ivdstudios.Controllers.HomeController.Error (app) with arguments ((null)) - ModelState is Valid
2017-02-10T20:50:08.242072+00:00 app[web.1]: info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
2017-02-10T20:50:08.242074+00:00 app[web.1]: Executed action ivdstudios.Controllers.HomeController.Error (app) in 1.0922ms
2017-02-10T20:50:08.245555+00:00 app[web.1]: fail: Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware[0]
2017-02-10T20:50:08.245557+00:00 app[web.1]: An exception was thrown attempting to execute the error handler.
2017-02-10T20:50:08.246008+00:00 app[web.1]: System.ArgumentException: An item with the same key has already been added. Key: System.Object
2017-02-10T20:50:08.246009+00:00 app[web.1]: at System.ThrowHelper.ThrowAddingDuplicateWithKeyArgumentException(Object key)
2017-02-10T20:50:08.246010+00:00 app[web.1]: at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
2017-02-10T20:50:08.246028+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2017-02-10T20:50:08.246029+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextResourceFilter>d__22.MoveNext()
2017-02-10T20:50:08.246030+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.246045+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.246046+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResourceExecutedContext context)
2017-02-10T20:50:08.246061+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2017-02-10T20:50:08.246062+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAsync>d__20.MoveNext()
2017-02-10T20:50:08.246063+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.246077+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.246079+00:00 app[web.1]: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
2017-02-10T20:50:08.246079+00:00 app[web.1]: at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext()
2017-02-10T20:50:08.246093+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.246094+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.246095+00:00 app[web.1]: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
2017-02-10T20:50:08.246107+00:00 app[web.1]: at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>d__6.MoveNext()
2017-02-10T20:50:08.250997+00:00 app[web.1]: fail: Microsoft.AspNetCore.Server.Kestrel[13]
2017-02-10T20:50:08.250999+00:00 app[web.1]: Connection id "0HL2HUM3L7ELT": An unhandled exception was thrown by the application.
2017-02-10T20:50:08.251032+00:00 app[web.1]: Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationFailedException: One or more compilation failures occurred:
2017-02-10T20:50:08.251033+00:00 app[web.1]: Error @ (88:2,17)(10) - [Cannot resolve TagHelper containing assembly 'ivdstudios'. Error: Could not load file or assembly 'ivdstudios, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
2017-02-10T20:50:08.251050+00:00 app[web.1]:
2017-02-10T20:50:08.251049+00:00 app[web.1]: ] (2,17) Cannot resolve TagHelper containing assembly 'ivdstudios'. Error: Could not load file or assembly 'ivdstudios, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
2017-02-10T20:50:08.251070+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationResult.EnsureSuccessful()
2017-02-10T20:50:08.251071+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Razor.Internal.CompilerCache.CreateCacheEntry(String relativePath, String normalizedPath, Func`2 compile)
2017-02-10T20:50:08.251072+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.251086+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.251088+00:00 app[web.1]: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
2017-02-10T20:50:08.251088+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Razor.Internal.CompilerCache.GetOrAdd(String relativePath, Func`2 compile)
2017-02-10T20:50:08.251101+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Razor.Internal.DefaultRazorPageFactoryProvider.CreateFactory(String relativePath)
2017-02-10T20:50:08.251103+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.CreateCacheResult(HashSet`1 expirationTokens, String relativePath, Boolean isMainPage)
2017-02-10T20:50:08.251130+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.LocatePageFromViewLocations(ActionContext actionContext, String pageName, Boolean isMainPage)
2017-02-10T20:50:08.251116+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.OnCacheMiss(ViewLocationExpanderContext expanderContext, ViewLocationCacheKey cacheKey)
2017-02-10T20:50:08.251131+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.FindView(ActionContext context, String viewName, Boolean isMainPage)
2017-02-10T20:50:08.251144+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.ViewEngines.CompositeViewEngine.FindView(ActionContext context, String viewName, Boolean isMainPage)
2017-02-10T20:50:08.251146+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewResultExecutor.FindView(ActionContext actionContext, ViewResult viewResult)
2017-02-10T20:50:08.251147+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.ViewResult.<ExecuteResultAsync>d__26.MoveNext()
2017-02-10T20:50:08.251161+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.251162+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.251163+00:00 app[web.1]: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
2017-02-10T20:50:08.251176+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResultAsync>d__30.MoveNext()
2017-02-10T20:50:08.251177+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.251178+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.251191+00:00 app[web.1]: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
2017-02-10T20:50:08.251192+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextResultFilterAsync>d__28.MoveNext()
2017-02-10T20:50:08.251194+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.251208+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.251209+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResultExecutedContext context)
2017-02-10T20:50:08.251222+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2017-02-10T20:50:08.251224+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeNextResourceFilter>d__22.MoveNext()
2017-02-10T20:50:08.251224+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.251237+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.251239+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResourceExecutedContext context)
2017-02-10T20:50:08.251252+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
2017-02-10T20:50:08.251253+00:00 app[web.1]: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAsync>d__20.MoveNext()
2017-02-10T20:50:08.251268+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.251254+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.251269+00:00 app[web.1]: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
2017-02-10T20:50:08.251270+00:00 app[web.1]: at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext()
2017-02-10T20:50:08.251270+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.251283+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.251284+00:00 app[web.1]: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
2017-02-10T20:50:08.251295+00:00 app[web.1]: at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>d__6.MoveNext()
2017-02-10T20:50:08.251296+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.251297+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.251298+00:00 app[web.1]: at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>d__6.MoveNext()
2017-02-10T20:50:08.251309+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.251310+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.251311+00:00 app[web.1]: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
2017-02-10T20:50:08.251324+00:00 app[web.1]: at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.<Invoke>d__3.MoveNext()
2017-02-10T20:50:08.251325+00:00 app[web.1]: --- End of stack trace from previous location where exception was thrown ---
2017-02-10T20:50:08.251326+00:00 app[web.1]: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2017-02-10T20:50:08.251339+00:00 app[web.1]: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
2017-02-10T20:50:08.251340+00:00 app[web.1]: at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.<RequestProcessingAsync>d__2.MoveNext()
2017-02-10T20:50:08.251479+00:00 app[web.1]: info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
2017-02-10T20:50:08.251480+00:00 app[web.1]: Request finished in 25.1967ms 500
adding build logs
-----> .NET Core app detected
Downloading libunwind version 1.1-4.1
Downloading .NET SDK version 1.0.0-preview2-1-003177 and runtime version 1.1.0
Downloading Node.js version 6.9.1
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
/app/tmp/cache/nodejs/6.9.1/node-v6.9.1-linux-x64/bin/bower -> /app/tmp/cache/nodejs/6.9.1/node-v6.9.1-linux-x64/lib/node_modules/bower/bin/bower
/app/tmp/cache/nodejs/6.9.1/node-v6.9.1-linux-x64/bin/grunt -> /app/tmp/cache/nodejs/6.9.1/node-v6.9.1-linux-x64/lib/node_modules/grunt-cli/bin/grunt
/app/tmp/cache/nodejs/6.9.1/node-v6.9.1-linux-x64/bin/gulp -> /app/tmp/cache/nodejs/6.9.1/node-v6.9.1-linux-x64/lib/node_modules/gulp/bin/gulp.js
/app/tmp/cache/nodejs/6.9.1/node-v6.9.1-linux-x64/lib
├── bower@1.8.0
├─┬ grunt-cli@1.2.0
│ ├─┬ findup-sync@0.3.0
│ │ └─┬ glob@5.0.15
│ │ ├─┬ inflight@1.0.6
│ │ │ └── wrappy@1.0.2
│ │ ├── inherits@2.0.3
│ │ ├─┬ minimatch@3.0.3
│ │ │ └─┬ brace-expansion@1.1.6
│ │ │ ├── balanced-match@0.4.2
│ │ │ └── concat-map@0.0.1
│ │ ├── once@1.4.0
│ │ └── path-is-absolute@1.0.1
│ ├── grunt-known-options@1.1.0
│ ├─┬ nopt@3.0.6
│ │ └── abbrev@1.0.9
│ └── resolve@1.1.7
└─┬ gulp@3.9.1
├── archy@1.0.0
├─┬ chalk@1.1.3
│ ├── ansi-styles@2.2.1
│ ├── escape-string-regexp@1.0.5
│ ├─┬ has-ansi@2.0.0
│ │ └── ansi-regex@2.1.1
│ ├── strip-ansi@3.0.1
│ └── supports-color@2.0.0
├── deprecated@0.0.1
├─┬ gulp-util@3.0.8
│ ├── array-differ@1.0.0
│ ├── array-uniq@1.0.3
│ ├── beeper@1.1.1
│ ├── dateformat@2.0.0
│ ├─┬ fancy-log@1.3.0
│ │ └── time-stamp@1.0.1
│ ├─┬ gulplog@1.0.0
│ │ └── glogg@1.0.0
│ ├─┬ has-gulplog@0.1.0
│ │ └── sparkles@1.0.0
│ ├── lodash._reescape@3.0.0
│ ├── lodash._reevaluate@3.0.0
│ ├── lodash._reinterpolate@3.0.0
│ ├─┬ lodash.template@3.6.2
│ │ ├── lodash._basecopy@3.0.1
│ │ ├── lodash._basetostring@3.0.1
│ │ ├── lodash._basevalues@3.0.0
│ │ ├── lodash._isiterateecall@3.0.9
│ │ ├─┬ lodash.escape@3.2.0
│ │ │ └── lodash._root@3.0.1
│ │ ├─┬ lodash.keys@3.1.2
│ │ │ ├── lodash._getnative@3.9.1
│ │ │ ├── lodash.isarguments@3.1.0
│ │ │ └── lodash.isarray@3.0.4
│ │ ├── lodash.restparam@3.6.1
│ │ └── lodash.templatesettings@3.1.1
│ ├─┬ multipipe@0.1.2
│ │ └─┬ duplexer2@0.0.2
│ │ └── readable-stream@1.1.14
│ ├── object-assign@3.0.0
│ ├── replace-ext@0.0.1
│ ├─┬ through2@2.0.3
│ │ ├─┬ readable-stream@2.2.2
│ │ │ ├── buffer-shims@1.0.0
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── inherits@2.0.3
│ │ │ ├── isarray@1.0.0
│ │ │ ├── process-nextick-args@1.0.7
│ │ │ ├── string_decoder@0.10.31
│ │ │ └── util-deprecate@1.0.2
│ │ └── xtend@4.0.1
│ └─┬ vinyl@0.5.3
│ ├── clone@1.0.2
│ └── clone-stats@0.0.1
├── interpret@1.0.1
├─┬ liftoff@2.3.0
│ ├── extend@3.0.0
│ ├─┬ findup-sync@0.4.3
│ │ ├─┬ detect-file@0.1.0
│ │ │ └── fs-exists-sync@0.1.0
│ │ ├─┬ is-glob@2.0.1
│ │ │ └── is-extglob@1.0.0
│ │ ├─┬ micromatch@2.3.11
│ │ │ ├─┬ arr-diff@2.0.0
│ │ │ │ └── arr-flatten@1.0.1
│ │ │ ├── array-unique@0.2.1
│ │ │ ├─┬ braces@1.8.5
│ │ │ │ ├─┬ expand-range@1.8.2
│ │ │ │ │ └─┬ fill-range@2.2.3
│ │ │ │ │ ├── is-number@2.1.0
│ │ │ │ │ ├─┬ isobject@2.1.0
│ │ │ │ │ │ └── isarray@1.0.0
│ │ │ │ │ ├── randomatic@1.1.6
│ │ │ │ │ └── repeat-string@1.6.1
│ │ │ │ ├── preserve@0.2.0
│ │ │ │ └── repeat-element@1.1.2
│ │ │ ├─┬ expand-brackets@0.1.5
│ │ │ │ └── is-posix-bracket@0.1.1
│ │ │ ├── extglob@0.3.2
│ │ │ ├── filename-regex@2.0.0
│ │ │ ├─┬ kind-of@3.1.0
│ │ │ │ └── is-buffer@1.1.4
│ │ │ ├── normalize-path@2.0.1
│ │ │ ├─┬ object.omit@2.0.1
│ │ │ │ ├─┬ for-own@0.1.4
│ │ │ │ │ └── for-in@0.1.6
│ │ │ │ └── is-extendable@0.1.1
│ │ │ ├─┬ parse-glob@3.0.4
│ │ │ │ ├─┬ glob-base@0.3.0
│ │ │ │ │ └── glob-parent@2.0.0
│ │ │ │ └── is-dotfile@1.0.2
│ │ │ └─┬ regex-cache@0.4.3
│ │ │ ├── is-equal-shallow@0.1.3
│ │ │ └── is-primitive@2.0.0
│ │ └─┬ resolve-dir@0.1.1
│ │ └─┬ global-modules@0.2.3
│ │ ├─┬ global-prefix@0.1.5
│ │ │ ├─┬ homedir-polyfill@1.0.1
│ │ │ │ └── parse-passwd@1.0.0
│ │ │ ├── ini@1.3.4
│ │ │ └─┬ which@1.2.12
│ │ │ └── isexe@1.1.2
│ │ └── is-windows@0.2.0
│ ├─┬ fined@1.0.2
│ │ ├── expand-tilde@1.2.2
│ │ ├── lodash.assignwith@4.2.0
│ │ ├── lodash.isempty@4.4.0
│ │ ├── lodash.pick@4.4.0
│ │ └─┬ parse-filepath@1.0.1
│ │ ├─┬ is-absolute@0.2.6
│ │ │ └─┬ is-relative@0.2.1
│ │ │ └─┬ is-unc-path@0.1.2
│ │ │ └── unc-path-regex@0.1.2
│ │ ├── map-cache@0.2.2
│ │ └─┬ path-root@0.1.1
│ │ └── path-root-regex@0.1.2
│ ├── flagged-respawn@0.3.2
│ ├── lodash.isplainobject@4.0.6
│ ├── lodash.isstring@4.0.1
│ ├── lodash.mapvalues@4.6.0
│ ├── rechoir@0.6.2
│ └── resolve@1.2.0
├── minimist@1.2.0
├─┬ orchestrator@0.3.8
│ ├─┬ end-of-stream@0.1.5
│ │ └─┬ once@1.3.3
│ │ └── wrappy@1.0.2
│ ├── sequencify@0.0.7
│ └── stream-consume@0.1.0
├── pretty-hrtime@1.0.3
├── semver@4.3.6
├─┬ tildify@1.2.0
│ └── os-homedir@1.0.2
├─┬ v8flags@2.0.11
│ └── user-home@1.1.1
└─┬ vinyl-fs@0.3.14
├── defaults@1.0.3
├─┬ glob-stream@3.1.18
│ ├─┬ glob@4.5.3
│ │ └── inflight@1.0.6
│ ├─┬ glob2base@0.0.12
│ │ └── find-index@0.1.1
│ ├─┬ minimatch@2.0.10
│ │ └─┬ brace-expansion@1.1.6
│ │ ├── balanced-match@0.4.2
│ │ └── concat-map@0.0.1
│ ├── ordered-read-streams@0.1.0
│ ├─┬ through2@0.6.5
│ │ └── readable-stream@1.0.34
│ └── unique-stream@1.0.0
├─┬ glob-watcher@0.0.6
│ └─┬ gaze@0.5.2
│ └─┬ globule@0.1.0
│ ├─┬ glob@3.1.21
│ │ ├── graceful-fs@1.2.3
│ │ └── inherits@1.0.2
│ ├── lodash@1.0.2
│ └─┬ minimatch@0.2.14
│ ├── lru-cache@2.7.3
│ └── sigmund@1.0.1
├─┬ graceful-fs@3.0.11
│ └── natives@1.1.0
├─┬ mkdirp@0.5.1
│ └── minimist@0.0.8
├─┬ strip-bom@1.0.0
│ ├── first-chunk-stream@1.0.0
│ └── is-utf8@0.2.1
├─┬ through2@0.6.5
│ └─┬ readable-stream@1.0.34
│ └── isarray@0.0.1
└─┬ vinyl@0.4.6
└── clone@0.2.0
Found 1 project.json files
Building /tmp/tmp.d4Qf6iTUHZ/app/./project.json
log : Restoring packages for /tmp/tmp.d4Qf6iTUHZ/app/project.json...
log : Installing NuGet.Configuration 3.5.0-beta2-1484.
log : Installing System.Runtime.InteropServices.RuntimeInformation 4.0.0.
log : Installing NuGet.Protocol.Core.Types 3.5.0-beta2-1484.
log : Installing System.Diagnostics.DiagnosticSource 4.0.0.
log : Installing System.Buffers 4.0.0.
log : Installing System.Xml.XPath 4.0.1.
log : Installing System.Threading.Tasks.Parallel 4.0.1.
log : Installing Microsoft.AspNetCore.Razor 1.1.0.
log : Installing Microsoft.AspNetCore.DataProtection.Abstractions 1.1.0.
log : Installing Microsoft.AspNetCore.Cryptography.Internal 1.1.0.
log : Installing Microsoft.VisualStudio.Web.BrowserLink.Loader 14.1.0.
log : Installing Microsoft.DotNet.PlatformAbstractions 1.1.0.
log : Installing System.Net.WebSockets 4.3.0.
log : Installing NuGet.Protocol.Core.v3 3.5.0-beta2-1484.
log : Installing NuGet.LibraryModel 3.5.0-beta2-1484.
log : Installing NuGet.Repositories 3.5.0-beta2-1484.
log : Installing Microsoft.Extensions.Logging.Debug 1.1.0.
log : Installing NuGet.Packaging.Core.Types 3.5.0-beta2-1484.
log : Installing Microsoft.AspNetCore.Razor.Tools 1.1.0-preview4-final.
log : Installing runtime.native.System.IO.Compression 4.1.0.
log : Installing Microsoft.Extensions.Logging 1.1.0.
log : Installing System.Net.Http 4.1.0.
log : Installing Microsoft.Extensions.Logging.Console 1.1.0.
log : Installing Microsoft.Extensions.Configuration.CommandLine 1.1.0.
log : Installing Microsoft.Extensions.Configuration.EnvironmentVariables 1.1.0.
log : Installing Microsoft.Extensions.Configuration.Json 1.1.0.
log : Installing Microsoft.Extensions.Options.ConfigurationExtensions 1.1.0.
log : Installing Microsoft.AspNetCore.Routing 1.1.0.
log : Installing Microsoft.AspNetCore.StaticFiles 1.1.0.
log : Installing Microsoft.AspNetCore.Diagnostics 1.1.0.
log : Installing Microsoft.AspNetCore.Server.IISIntegration 1.1.0.
log : Installing System.IO.Compression.ZipFile 4.0.1.
log : Installing Microsoft.AspNetCore.Server.Kestrel 1.1.0.
log : Installing System.Threading.Timer 4.0.1.
log : Installing Microsoft.AspNetCore.Mvc 1.1.0.
log : Installing Microsoft.NETCore.App 1.1.0.
log : Installing Microsoft.Win32.Registry 4.0.0.
log : Installing Microsoft.DotNet.InternalAbstractions 1.0.0.
log : Installing System.Runtime.Loader 4.0.0.
log : Installing System.Collections.Immutable 1.2.0.
log : Installing System.Net.Sockets 4.1.0.
log : Installing runtime.native.System.Net.Http 4.0.1.
log : Installing System.Security.Cryptography.Cng 4.2.0.
log : Installing System.Text.Encoding 4.0.11.
log : Installing System.Security.Cryptography.Csp 4.0.0.
log : Installing System.Threading 4.0.11.
log : Installing System.Security.Cryptography.OpenSsl 4.0.0.
log : Installing System.Security.Cryptography.Encoding 4.0.0.
log : Installing System.Collections 4.0.11.
log : Installing System.Security.Cryptography.Primitives 4.0.0.
log : Installing System.Globalization.Calendars 4.0.1.
log : Installing Microsoft.Extensions.PlatformAbstractions 1.0.0.
log : Installing runtime.native.System.Security.Cryptography 4.0.0.
log : Installing Microsoft.Extensions.FileProviders.Physical 1.0.0.
log : Installing Microsoft.CodeAnalysis.Analyzers 1.1.0.
log : Installing Microsoft.AspNetCore.Http.Abstractions 1.0.0.
log : Installing System.Text.Encoding.CodePages 4.0.1.
log : Installing Microsoft.Extensions.Logging.Abstractions 1.1.0.
log : Installing NETStandard.Library 1.6.1.
log : Installing System.Runtime.Serialization.Primitives 4.1.1.
log : Installing Microsoft.AspNetCore.Razor.Design 1.1.0-preview4-final.
log : Installing System.Xml.XmlDocument 4.0.1.
log : Installing Microsoft.DotNet.ProjectModel.Loader 1.0.0-preview2-003121.
log : Installing Microsoft.DotNet.Cli.Utils 1.0.0-preview2-003121.
log : Installing System.Runtime.InteropServices.RuntimeInformation 4.3.0.
log : Installing Microsoft.Extensions.DependencyInjection.Abstractions 1.1.0.
log : Installing Microsoft.Extensions.Configuration.Abstractions 1.1.0.
log : Installing Microsoft.Extensions.Configuration 1.1.0.
log : Installing System.Runtime.Serialization.Primitives 4.3.0.
log : Installing Newtonsoft.Json 9.0.1.
log : Installing System.Xml.XPath.XDocument 4.0.1.
log : Installing Microsoft.Extensions.Configuration.FileExtensions 1.1.0.
log : Installing System.Dynamic.Runtime 4.3.0.
log : Installing Microsoft.Extensions.Configuration.Binder 1.1.0.
log : Installing Microsoft.Extensions.ObjectPool 1.1.0.
log : Installing Microsoft.Extensions.Options 1.1.0.
log : Installing System.Diagnostics.FileVersionInfo 4.0.0.
log : Installing Microsoft.AspNetCore.Routing.Abstractions 1.1.0.
log : Installing Microsoft.AspNetCore.Http.Extensions 1.1.0.
log : Installing Microsoft.Extensions.FileProviders.Abstractions 1.1.0.
log : Installing Microsoft.Extensions.WebEncoders 1.1.0.
log : Installing Microsoft.AspNetCore.Hosting.Abstractions 1.1.0.
log : Installing Microsoft.AspNetCore.Diagnostics.Abstractions 1.1.0.
log : Installing System.Diagnostics.DiagnosticSource 4.3.0.
log : Installing System.Diagnostics.StackTrace 4.3.0.
log : Installing Microsoft.Extensions.FileProviders.Physical 1.1.0.
log : Installing System.Reflection.Metadata 1.4.1.
log : Installing Microsoft.AspNetCore.WebUtilities 1.1.0.
log : Installing Microsoft.AspNetCore.HttpOverrides 1.1.0.
log : Installing System.Security.Principal.Windows 4.3.0.
log : Installing Microsoft.AspNetCore.Http 1.1.0.
log : Installing Libuv 1.9.1.
log : Installing System.Buffers 4.3.0.
log : Installing System.Threading.ThreadPool 4.3.0.
log : Installing System.Threading.Tasks.Extensions 4.3.0.
log : Installing System.Threading.Thread 4.3.0.
log : Installing System.Numerics.Vectors 4.3.0.
log : Installing Microsoft.AspNetCore.Hosting 1.1.0.
log : Installing Microsoft.Extensions.DependencyInjection 1.1.0.
log : Installing Microsoft.Extensions.Caching.Memory 1.1.0.
log : Installing Microsoft.AspNetCore.Mvc.TagHelpers 1.1.0.
log : Installing Microsoft.AspNetCore.Mvc.Localization 1.1.0.
log : Installing Microsoft.AspNetCore.Mvc.Formatters.Json 1.1.0.
log : Installing Microsoft.AspNetCore.Mvc.ApiExplorer 1.1.0.
log : Installing Microsoft.AspNetCore.Mvc.Cors 1.1.0.
log : Installing Microsoft.AspNetCore.Mvc.DataAnnotations 1.1.0.
log : Installing Microsoft.AspNetCore.Mvc.ViewFeatures 1.1.0.
log : Installing Microsoft.AspNetCore.Mvc.Razor 1.1.0.
log : Installing Microsoft.NETCore.Runtime.CoreCLR 1.1.0.
log : Installing Microsoft.NETCore.DotNetHostPolicy 1.1.0.
log : Installing Microsoft.DiaSymReader.Native 1.4.0.
log : Installing System.Net.NameResolution 4.3.0.
log : Installing System.Resources.Reader 4.3.0.
log : Installing System.Runtime.Loader 4.3.0.
log : Installing System.Net.WebHeaderCollection 4.3.0.
log : Installing System.Reflection.DispatchProxy 4.3.0.
log : Installing System.Reflection.TypeExtensions 4.3.0.
log : Installing System.Security.Cryptography.Primitives 4.3.0.
log : Installing System.IO.UnmanagedMemoryStream 4.3.0.
log : Installing System.Security.Cryptography.Encoding 4.3.0.
log : Installing System.Globalization.Extensions 4.3.0.
log : Installing System.IO.FileSystem.Watcher 4.3.0.
log : Installing System.ComponentModel 4.3.0.
log : Installing System.Linq.Queryable 4.3.0.
log : Installing System.Net.Security 4.3.0.
log : Installing System.Collections.Immutable 1.3.0.
log : Installing Microsoft.CSharp 4.3.0.
log : Installing System.Net.Requests 4.3.0.
log : Installing Microsoft.VisualBasic 10.1.0.
log : Installing System.IO.MemoryMappedFiles 4.3.0.
log : Installing System.Security.Cryptography.Algorithms 4.3.0.
log : Installing System.Threading.Tasks.Parallel 4.3.0.
log : Installing System.Linq.Parallel 4.3.0.
log : Installing System.Threading.Tasks.Dataflow 4.7.0.
log : Installing System.ComponentModel.Annotations 4.3.0.
log : Installing System.Diagnostics.Process 4.3.0.
log : Installing System.Security.Cryptography.X509Certificates 4.3.0.
log : Installing System.Linq.Expressions 4.3.0.
log : Installing Microsoft.CodeAnalysis.CSharp 1.3.0.
log : Installing Microsoft.CodeAnalysis.VisualBasic 1.3.0.
log : Installing Microsoft.NETCore.Platforms 1.0.1.
log : Installing System.Runtime.Handles 4.0.1.
log : Installing System.Globalization 4.0.11.
log : Installing System.Resources.ResourceManager 4.0.1.
log : Installing System.Runtime.Extensions 4.1.0.
log : Installing System.Runtime.InteropServices 4.1.0.
log : Installing System.Runtime 4.1.0.
log : Installing System.Reflection 4.1.0.
log : Installing System.IO 4.1.0.
log : Installing Microsoft.NETCore.Targets 1.0.1.
log : Installing System.Net.Primitives 4.0.11.
log : Installing System.Threading.Tasks 4.0.11.
log : Installing System.Reflection.Extensions 4.0.1.
log : Installing System.Reflection.TypeExtensions 4.1.0.
log : Installing System.AppContext 4.1.0.
log : Installing System.IO.FileSystem.Watcher 4.0.0.
log : Installing System.IO.FileSystem 4.0.1.
log : Installing System.Collections.Concurrent 4.0.12.
log : Installing Microsoft.Extensions.FileSystemGlobbing 1.0.0.
log : Installing Microsoft.Extensions.FileProviders.Abstractions 1.0.0.
log : Installing System.Globalization.Extensions 4.0.1.
log : Installing System.Text.Encodings.Web 4.0.0.
log : Installing Microsoft.AspNetCore.Http.Features 1.0.0.
log : Installing System.Linq.Expressions 4.1.0.
log : Installing Microsoft.NETCore.Platforms 1.1.0.
log : Installing System.AppContext 4.3.0.
log : Installing System.IO.FileSystem.Primitives 4.3.0.
log : Installing System.Runtime.Handles 4.3.0.
log : Installing System.Diagnostics.Tools 4.3.0.
log : Installing Microsoft.Win32.Primitives 4.3.0.
log : Installing System.Net.Sockets 4.3.0.
log : Installing System.Console 4.3.0.
log : Installing System.Reflection.Extensions 4.3.0.
log : Installing System.Resources.ResourceManager 4.3.0.
log : Installing System.Threading.Timer 4.3.0.
log : Installing System.Diagnostics.Debug 4.3.0.
log : Installing System.Globalization.Calendars 4.3.0.
log : Installing System.IO.Compression.ZipFile 4.3.0.
log : Installing System.Text.Encoding 4.3.0.
log : Installing System.Text.Encoding.Extensions 4.3.0.
log : Installing System.Runtime.Numerics 4.3.0.
log : Installing System.ObjectModel 4.3.0.
log : Installing System.Reflection.Primitives 4.3.0.
log : Installing System.IO.FileSystem 4.3.0.
log : Installing System.Linq 4.3.0.
log : Installing System.Collections.Concurrent 4.3.0.
log : Installing System.Text.RegularExpressions 4.3.0.
log : Installing System.Globalization 4.3.0.
log : Installing System.Diagnostics.Tracing 4.3.0.
log : Installing System.Xml.XDocument 4.3.0.
log : Installing System.IO.Compression 4.3.0.
log : Installing System.Collections 4.3.0.
log : Installing System.Reflection 4.3.0.
log : Installing System.Threading 4.3.0.
log : Installing System.Threading.Tasks 4.3.0.
log : Installing System.IO 4.3.0.
log : Installing System.Net.Primitives 4.3.0.
log : Installing System.Runtime.Extensions 4.3.0.
log : Installing System.Xml.ReaderWriter 4.3.0.
log : Installing System.Net.Http 4.3.0.
log : Installing System.Diagnostics.StackTrace 4.0.1.
log : Installing System.Runtime.InteropServices 4.3.0.
log : Installing System.Runtime.Numerics 4.0.1.
log : Installing System.Runtime 4.3.0.
log : Installing runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0.
log : Installing runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
log : Installing runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
log : Installing Microsoft.Extensions.CommandLineUtils 1.0.0.
log : Installing Microsoft.AspNetCore.Razor.Runtime 1.0.0.
log : Installing Microsoft.Extensions.DependencyInjection 1.0.0.
log : Installing Microsoft.DotNet.ProjectModel 1.0.0-rc3-003121.
log : Installing NuGet.Versioning 3.5.0-beta2-1484.
log : Installing NuGet.Frameworks 3.5.0-beta2-1484.
log : Installing System.Diagnostics.Process 4.1.0.
log : Installing NuGet.Packaging 3.5.0-beta2-1484.
log : Installing NuGet.ProjectModel 3.5.0-beta2-1484.
log : Installing runtime.native.System 4.3.0.
log : Installing Microsoft.Extensions.Primitives 1.1.0.
log : Installing System.Diagnostics.Debug 4.0.11.
log : Installing System.Linq 4.1.0.
log : Installing System.ObjectModel 4.0.12.
log : Installing System.Text.Encoding.Extensions 4.0.11.
log : Installing System.Text.RegularExpressions 4.1.0.
log : Installing System.Xml.XDocument 4.0.11.
log : Installing Microsoft.CSharp 4.0.1.
log : Installing System.Xml.ReaderWriter 4.0.11.
log : Installing System.Reflection.Emit.ILGeneration 4.3.0.
log : Installing System.Reflection.Emit 4.3.0.
log : Installing System.ComponentModel.TypeConverter 4.3.0.
log : Installing Microsoft.AspNetCore.Http.Abstractions 1.1.0.
log : Installing Microsoft.Net.Http.Headers 1.1.0.
log : Installing System.Text.Encodings.Web 4.3.0.
log : Installing Microsoft.AspNetCore.Hosting.Server.Abstractions 1.1.0.
log : Installing Microsoft.Extensions.FileSystemGlobbing 1.1.0.
log : Installing System.Security.Principal 4.3.0.
log : Installing System.Security.Claims 4.3.0.
log : Installing Microsoft.Extensions.PlatformAbstractions 1.1.0.
log : Installing Microsoft.Extensions.Caching.Abstractions 1.1.0.
log : Installing Microsoft.Extensions.Localization 1.1.0.
log : Installing Microsoft.AspNetCore.Localization 1.1.0.
log : Installing Microsoft.AspNetCore.JsonPatch 1.1.0.
log : Installing Microsoft.AspNetCore.Mvc.Core 1.1.0.
log : Installing Microsoft.AspNetCore.Cors 1.1.0.
log : Installing Microsoft.AspNetCore.Html.Abstractions 1.1.0.
log : Installing Microsoft.AspNetCore.Antiforgery 1.1.0.
log : Installing Microsoft.Extensions.FileProviders.Composite 1.1.0.
log : Installing Microsoft.AspNetCore.Mvc.Razor.Host 1.1.0.
log : Installing Microsoft.NETCore.Windows.ApiSets 1.0.1.
log : Installing Microsoft.NETCore.Jit 1.1.0.
log : Installing Microsoft.NETCore.DotNetHostResolver 1.1.0.
log : Installing runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
log : Installing System.Threading.Overlapped 4.3.0.
log : Installing runtime.native.System.Net.Security 4.3.0.
log : Installing System.Security.Cryptography.OpenSsl 4.3.0.
log : Installing runtime.native.System.Security.Cryptography.Apple 4.3.0.
log : Installing Microsoft.Win32.Registry 4.3.0.
log : Installing System.Security.Cryptography.Csp 4.3.0.
log : Installing System.Security.Cryptography.Cng 4.3.0.
log : Installing runtime.native.System.Net.Http 4.3.0.
log : Installing System.Reflection.Emit.Lightweight 4.3.0.
log : Installing Microsoft.CodeAnalysis.Common 1.3.0.
log : Installing System.Reflection.Primitives 4.0.1.
log : Installing runtime.native.System 4.0.0.
log : Installing Microsoft.Win32.Primitives 4.0.1.
log : Installing System.IO.FileSystem.Primitives 4.0.1.
log : Installing System.Threading.Thread 4.0.0.
log : Installing System.Threading.Overlapped 4.0.1.
log : Installing System.Diagnostics.Tracing 4.1.0.
log : Installing Microsoft.Extensions.Primitives 1.0.0.
log : Installing System.ComponentModel 4.0.1.
log : Installing System.Net.WebSockets 4.0.0.
log : Installing System.Security.Principal 4.0.1.
log : Installing System.Security.Claims 4.0.1.
log : Installing System.Security.Cryptography.X509Certificates 4.1.0.
log : Installing System.Reflection.Emit 4.0.1.
log : Installing System.Reflection.Emit.ILGeneration 4.0.1.
log : Installing System.Reflection.Emit.Lightweight 4.0.1.
log : Installing Microsoft.NETCore.Targets 1.1.0.
log : Installing runtime.native.System.IO.Compression 4.3.0.
log : Installing System.Console 4.0.0.
log : Installing Microsoft.AspNetCore.Html.Abstractions 1.0.0.
log : Installing Microsoft.AspNetCore.Razor 1.0.0.
log : Installing System.Dynamic.Runtime 4.0.11.
log : Installing Microsoft.Extensions.DependencyInjection.Abstractions 1.0.0.
log : Installing System.Security.Cryptography.Algorithms 4.2.0.
log : Installing NuGet.RuntimeModel 3.5.0-beta2-1484.
log : Installing System.Reflection.Metadata 1.3.0.
log : Installing Microsoft.Extensions.DependencyModel 1.0.0.
log : Installing NETStandard.Library 1.6.0.
log : Installing System.Threading.ThreadPool 4.0.10.
log : Installing NuGet.Common 3.5.0-beta2-1484.
log : Installing System.IO.Compression 4.1.0.
log : Installing NuGet.Packaging.Core 3.5.0-beta2-1484.
log : Installing Newtonsoft.Json 6.0.4.
log : Installing NuGet.DependencyResolver.Core 3.5.0-beta2-1484.
log : Installing System.Runtime.CompilerServices.Unsafe 4.3.0.
log : Installing System.Diagnostics.Tools 4.0.1.
log : Installing System.Threading.Tasks.Extensions 4.0.0.
log : Installing System.ComponentModel.Primitives 4.3.0.
log : Installing System.Collections.NonGeneric 4.3.0.
log : Installing System.Collections.Specialized 4.3.0.
log : Installing Microsoft.AspNetCore.Http.Features 1.1.0.
log : Installing System.Diagnostics.Contracts 4.3.0.
log : Installing Microsoft.Extensions.Localization.Abstractions 1.1.0.
log : Installing Microsoft.Extensions.Globalization.CultureInfoCache 1.1.0.
log : Installing Microsoft.Extensions.DependencyModel 1.1.0.
log : Installing Microsoft.AspNetCore.Authorization 1.1.0.
log : Installing Microsoft.AspNetCore.ResponseCaching.Abstractions 1.1.0.
log : Installing Microsoft.AspNetCore.Mvc.Abstractions 1.1.0.
log : Installing Microsoft.AspNetCore.DataProtection 1.1.0.
log : Installing Microsoft.AspNetCore.Razor.Runtime 1.1.0.
log : Installing Microsoft.NETCore.DotNetHost 1.1.0.
log : Installing runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
log : Installing runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
log : Installing runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
log : Installing runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
log : Installing runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
log : Installing runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
log : Installing runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
log : Installing runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0.
log : Restoring packages for tool 'BundlerMinifier.Core' in /tmp/tmp.d4Qf6iTUHZ/app/project.json...
log : Installing Microsoft.NETCore.DotNetHost 1.0.1.
log : Installing System.Security.Principal.Windows 4.0.0.
log : Installing Microsoft.NETCore.Jit 1.0.4.
log : Installing runtime.native.System.Net.Security 4.0.1.
log : Installing BundlerMinifier.Core 2.2.306.
log : Installing Microsoft.NETCore.DotNetHostResolver 1.0.1.
log : Installing System.Net.NameResolution 4.0.0.
log : Installing Microsoft.NETCore.Runtime.CoreCLR 1.0.4.
log : Installing System.Linq.Parallel 4.0.1.
log : Installing System.ComponentModel.Annotations 4.1.0.
log : Installing System.Net.Requests 4.0.11.
log : Installing NUglify 1.5.1.
log : Installing System.Net.Security 4.0.0.
log : Installing System.Threading.Tasks.Dataflow 4.6.0.
log : Installing System.Linq.Queryable 4.0.1.
log : Installing System.Numerics.Vectors 4.1.1.
log : Installing System.IO.UnmanagedMemoryStream 4.0.1.
log : Installing System.Reflection.DispatchProxy 4.0.1.
log : Installing System.IO.MemoryMappedFiles 4.0.0.
log : Installing System.Net.WebHeaderCollection 4.0.1.
log : Installing Microsoft.NETCore.DotNetHostPolicy 1.0.1.
log : Installing System.Resources.Reader 4.0.0.
log : Installing Microsoft.VisualBasic 10.0.1.
log : Restoring packages for tool 'Microsoft.AspNetCore.Razor.Tools' in /tmp/tmp.d4Qf6iTUHZ/app/project.json...
log : Restoring packages for tool 'Microsoft.AspNetCore.Server.IISIntegration.Tools' in /tmp/tmp.d4Qf6iTUHZ/app/project.json...
log : Installing Microsoft.Extensions.CommandLineUtils 1.1.0.
log : Installing Microsoft.AspNetCore.Server.IISIntegration.Tools 1.1.0-preview4-final.
log : Writing lock file to disk. Path: /tmp/tmp.d4Qf6iTUHZ/app/project.lock.json
log : /tmp/tmp.d4Qf6iTUHZ/app/./project.json
log : Restore completed in 11607ms.
Publishing app for .NETCoreApp,Version=v1.1
Project app (.NETCoreApp,Version=v1.1) will be compiled because project is not safe for incremental compilation. Use --build-profile flag for more information.
Compiling app for .NETCoreApp,Version=v1.1
Bundling with configuration from /tmp/tmp.d4Qf6iTUHZ/app/bundleconfig.json
Processing wwwroot/css/site.min.css
Minified
Processing wwwroot/js/site.min.js
Minified
Processing wwwroot/js/semantic.validation.min.js
Compilation succeeded.
0 Warning(s)
0 Error(s)
Time elapsed 00:00:03.4332524
(The compilation time can be improved. Run "dotnet build --build-profile" for more information)
Configuring the following project for use with IIS: '/tmp/build_93d944670bf9938ae1d6941aca775387'
Updating web.config at '/tmp/build_93d944670bf9938ae1d6941aca775387/web.config'
Configuring project completed successfully
publish: Published to /tmp/build_93d944670bf9938ae1d6941aca775387
Published 1/1 projects successfully
Downloading libuv version 1.10.1
-----> Discovering process types
Procfile declares types -> web
-----> Compressing...
Done: 37.1M
-----> Launching...
Released v3
https://ivdstudios.herokuapp.com/ deployed to Heroku
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

