Skip to content

Cannot push, compile errors #13

Description

@yngndrw

I've tried this using the latest Katana sample but keep getting compile errors:
https://github.com/friism/KatanaTest

Steps:

  1. Downloaded KatanaTest as a Zip and unpacked

  2. Git Initialised and committed all files

  3. heroku create --buildpack http://github.com/friism/heroku-buildpack-mono.git

  4. git push heroku master

C:\Users\Andrew\Programming\Websites\KatanaTest2>git push heroku master
Counting objects: 16, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (14/14), done.
Writing objects: 100% (16/16), 5.88 KiB | 0 bytes/s, done.
Total 16 (delta 0), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Fetching custom git buildpack... done
remote: -----> .NET app detected
remote: -----> Downloading http://s3.amazonaws.com/mono-dependencies/cedar-14/mono-3.10.0.tar.gz
remote: -----> Compiling Mono application
remote: ERROR building certificate chain: System.NullReferenceException: Object reference not set to an instance of an object
remote:   at System.Security.Cryptography.X509Certificates.X509Chain.get_Roots () [0x00000] in <filename unknown>:0
remote:   at System.Security.Cryptography.X509Certificates.X509Chain.get_CertificateCollection () [0x00000] in <filename unknown>:0
remote:   at System.Security.Cryptography.X509Certificates.X509Chain.FindParent (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) [0x00000] in <filename unknown>:0
remote:   at System.Security.Cryptography.X509Certificates.X509Chain.BuildChainFrom (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) [0x00000] in <filename unknown>:0
remote:   at System.Security.Cryptography.X509Certificates.X509Chain.Build (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) [0x00000] in <filename unknown>:0
remote:   at System.Net.ServicePointManager+ChainValidationHelper.ValidateChain (Mono.Security.X509.X509CertificateCollection certs) [0x00000] in <filename unknown>:0
remote: Please, report this problem to the Mono team
remote: ERROR processing certificate: System.NullReferenceException: Object reference not set to an instance of an object
remote:   at System.Security.Cryptography.X509Certificates.X509Certificate2.get_Version () [0x00000] in <filename unknown>:0
remote:   at System.Net.ServicePointManager+ChainValidationHelper.CheckCertificateUsage (System.Security.Cryptography.X509Certificates.X509Certificate2 cert) [0x00000] in <filename unknown>:0
remote: Please, report this problem to the Mono team
remote:
remote: Unhandled Exception:
remote: System.NullReferenceException: Object reference not set to an instance of an object
remote:   at (wrapper unknown) System.Threading.Monitor:FastMonitorEnterV4 (object,bool&)
remote:   at Mono.Security.Protocol.Tls.RecordProtocol+ReceiveRecordAsyncResult.SetComplete (System.Exception ex, System.Byte[] resultingBuffer) [0x00000] in <filename unknown>:0
remote:   at Mono.Security.Protocol.Tls.RecordProtocol+ReceiveRecordAsyncResult.SetComplete (System.Exception ex) [0x00000] in <filename unknown>:0
remote:   at Mono.Security.Protocol.Tls.RecordProtocol.InternalReceiveRecordCallback (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
remote:
remote:  !     Push rejected, failed to compile .NET app
remote:
remote: Verifying deploy....
remote:
remote: !       Push rejected to radiant-springs-2071.
remote:
To https://git.heroku.com/radiant-springs-2071.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/radiant-springs-2071.git'
  1. Tried cedar-10
C:\Users\Andrew\Programming\Websites\KatanaTest2>heroku stack:set cedar
Stack set. Next release on radiant-springs-2071 will use cedar-10.
Run `git push heroku master` to create a new release on cedar-10.

C:\Users\Andrew\Programming\Websites\KatanaTest2>git push heroku master
Counting objects: 16, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (14/14), done.
Writing objects: 100% (16/16), 5.88 KiB | 0 bytes/s, done.
Total 16 (delta 0), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Fetching custom git buildpack... done
remote: -----> .NET app detected
remote: -----> Downloading http://s3.amazonaws.com/mono-dependencies/cedar/mono-3.10.0.tar.gz
remote: -----> Compiling Mono application
remote: Installing 'Microsoft.Owin 1.1.0-beta2'.
remote: Installing 'Owin 1.0'.
remote: Installing 'Microsoft.Owin.Diagnostics 1.1.0-beta2'.
remote: Installing 'Microsoft.Owin.Host.HttpListener 1.1.0-beta2'.
remote: Installing 'Microsoft.Owin.Hosting 1.1.0-beta2'.
remote: System.Byte[] doesn't implement interface System.IDisposable
remote:
remote: Stacktrace:
remote:
remote:   at <unknown> <0xffffffff>
remote:   at System.IO.Packaging.ZipPackage.LoadParts () <0x001b6>
remote:   at System.IO.Packaging.ZipPackage.get_Parts () <0x00023>
remote:   at System.IO.Packaging.ZipPackage.GetPartCore (System.Uri) <0x00027>
remote:   at System.IO.Packaging.Package.GetPart (System.Uri) <0x0002e>
remote:   at System.IO.Packaging.Package.PartExists (System.Uri) <0x00019>
remote:   at System.IO.Packaging.Package.LoadRelationships () <0x0012a>
remote:   at System.IO.Packaging.Package.get_Relationships () <0x00023>
remote:   at System.IO.Packaging.Package.GetRelationshipsByType (string) <0x000f0>
remote:   at NuGet.OptimizedZipPackage.EnsureManifest () <0x0007c>
remote:   at NuGet.OptimizedZipPackage..ctor (NuGet.IFileSystem,string) <0x00124>
remote:   at NuGet.LocalPackageRepository.OpenPackage (string) <0x000d5>
remote:   at NuGet.LocalPackageRepository.GetPackage (System.Func`2<string, NuGet.IPackage>,string) <0x000d0>
remote:   at NuGet.LocalPackageRepository/<>c__DisplayClass13.<FindPackage>b__f (string) <0x0002a>
remote:   at System.Linq.Enumerable/<CreateSelectIterator>c__Iterator10`2.MoveNext () <0x0018c>
remote:   at System.Linq.Enumerable/<CreateWhereIterator>c__Iterator1E`1.MoveNext () <0x0021f>
remote:   at System.Linq.Enumerable/<CreateSelectIterator>c__Iterator10`2.MoveNext () <0x00217>
remote:   at System.Linq.Enumerable.First<TSource> (System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource, bool>,System.Linq.Enumerable/Fallback) <0x000bc>
remote:   at System.Linq.Enumerable.FirstOrDefault<TSource> (System.Collections.Generic.IEnumerable`1<TSource>) <0x00084>
remote:   at NuGet.LocalPackageRepository.FindPackage (System.Func`2<string, NuGet.IPackage>,string,NuGet.SemanticVersion) <0x0037a>
remote:   at NuGet.LocalPackageRepository.FindPackage (string,NuGet.SemanticVersion) <0x000c8>
remote:   at NuGet.PackageRepositoryExtensions.FindPackage (NuGet.IPackageRepository,string,NuGet.SemanticVersion,NuGet.IPackageConstraintProvider,bool,bool) <0x00319>
remote:   at NuGet.PackageRepositoryExtensions.FindPackage (NuGet.IPackageRepository,string,NuGet.SemanticVersion) <0x00048>
remote:   at NuGet.DataServicePackage.EnsurePackage (NuGet.IPackageCacheRepository) <0x002f6>
remote:   at NuGet.DataServicePackage.get_Package () <0x0002a>
remote:   at NuGet.DataServicePackage.GetFiles () <0x00014>
remote:   at NuGet.PackageManager.ExpandFiles (NuGet.IPackage) <0x00069>
remote:   at NuGet.PackageManager.OnExpandFiles (NuGet.PackageOperationEventArgs) <0x00029>
remote:   at NuGet.PackageManager.ExecuteInstall (NuGet.IPackage) <0x000f4>
remote:   at NuGet.PackageManager.Execute (NuGet.PackageOperation) <0x0018e>
remote:   at NuGet.PackageManager.Execute (NuGet.IPackage,NuGet.IPackageOperationResolver) <0x000a8>
remote:   at NuGet.PackageManager.InstallPackage (NuGet.IPackage,System.Runtime.Versioning.FrameworkName,bool,bool,bool) <0x00101>
remote:   at NuGet.PackageManager.InstallPackage (NuGet.IPackage,bool,bool,bool) <0x0003b>
remote:   at NuGet.Common.PackageExtractor/<>c__DisplayClass1.<InstallPackage>b__0 () <0x00031>
remote:   at NuGet.Common.PackageExtractor.ExecuteLocked (string,System.Action) <0x00076>
remote:   at NuGet.Common.PackageExtractor.InstallPackage (NuGet.IPackageManager,NuGet.IPackage) <0x001aa>
remote:   at NuGet.Commands.RestoreCommand.RestorePackage (NuGet.IFileSystem,string,NuGet.SemanticVersion,bool,System.Collections.Concurrent.ConcurrentQueue`1<NuGet.IPackage>) <0x0036d>
remote:   at NuGet.Commands.RestoreCommand/<>c__DisplayClass5/<>c__DisplayClass7.<ExecuteInParallel>b__2 () <0x00054>
remote:   at System.Threading.Tasks.TaskActionInvoker/FuncInvoke`1<bool>.Invoke (System.Threading.Tasks.Task,object,System.Threading.Tasks.Task) <0x0004f>
remote:   at System.Threading.Tasks.Task.InnerInvoke () <0x0006c>
remote:   at System.Threading.Tasks.Task.ThreadStart () <0x0034b>
remote:   at System.Threading.Tasks.Task.Execute () <0x0000c>
remote:   at System.Threading.Tasks.TpScheduler.TaskExecuterCallback (object) <0x00049>
remote:   at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) <0xffffffff>
remote:
remote: Native stacktrace:
remote:
remote:         mono() [0x4a7470]
remote:         /lib/libpthread.so.0(+0xf8f0) [0x7f65da5098f0]
remote:         /lib/libc.so.6(gsignal+0x35) [0x7f65da1a4845]
remote:         /lib/libc.so.6(abort+0x180) [0x7f65da1a8390]
remote:         mono() [0x634519]
remote:         mono() [0x6345a7]
remote:         mono() [0x6346f3]
remote:         mono() [0x4a9e2b]
remote:         mono() [0x4aacec]
remote:         mono() [0x4ab334]
remote:         [0x4022bde6]
remote:
remote: Debug info from gdb:
remote:
remote:
remote: =================================================================
remote: Got a SIGABRT while executing native code. This usually indicates
remote: a fatal error in the mono runtime or one of the native libraries
remote: used by your application.
remote: =================================================================
remote:
remote: /tmp/buildpack_9666220528175e2f55cab399251d611b/bin/compile: line 67:   202 Aborted                 mono ${NUGET_EXECUTABLE_PATH} restore -NonInteractive
remote:
remote:  !     Push rejected, failed to compile .NET app
remote:
remote: Verifying deploy....
remote:
remote: !       Push rejected to radiant-springs-2071.
remote:
To https://git.heroku.com/radiant-springs-2071.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/radiant-springs-2071.git'
  1. Reverted back to cedar-14
C:\Users\Andrew\Programming\Websites\KatanaTest2>heroku stack:set cedar-14
Stack set. Next release on radiant-springs-2071 will use cedar-14.
Run `git push heroku master` to create a new release on cedar-14.

C:\Users\Andrew\Programming\Websites\KatanaTest2>git push heroku master
Counting objects: 16, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (14/14), done.
Writing objects: 100% (16/16), 5.88 KiB | 0 bytes/s, done.
Total 16 (delta 0), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Fetching custom git buildpack... done
remote: -----> .NET app detected
remote: -----> Downloading http://s3.amazonaws.com/mono-dependencies/cedar-14/mono-3.10.0.tar.gz
remote: -----> Compiling Mono application
remote: Stacktrace:
remote:
remote:
remote: Native stacktrace:
remote:
remote:         mono() [0x4b85c8]
remote:         mono() [0x510633]
remote:         mono() [0x423bc2]
remote:         /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7fbbec258340]
remote:         mono() [0x544f1e]
remote:         [0x4065f65a]
remote:
remote: Debug info from gdb:
remote:
remote:
remote: =================================================================
remote: Got a SIGSEGV while executing native code. This usually indicates
remote: a fatal error in the mono runtime or one of the native libraries
remote: used by your application.
remote: =================================================================
remote:
remote: /tmp/buildpack_75071da2609c71c827e00308b4bcae00/bin/compile: line 67:   280 Aborted                 mono ${NUGET_EXECUTABLE_PATH} restore -NonInteractive
remote:
remote:  !     Push rejected, failed to compile .NET app
remote:
remote: Verifying deploy...
remote:
remote: !       Push rejected to radiant-springs-2071.
remote:
To https://git.heroku.com/radiant-springs-2071.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/radiant-springs-2071.git'

C:\Users\Andrew\Programming\Websites\KatanaTest2>git push heroku master
Counting objects: 16, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (14/14), done.
Writing objects: 100% (16/16), 5.88 KiB | 0 bytes/s, done.
Total 16 (delta 0), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Fetching custom git buildpack... done
remote: -----> .NET app detected
remote: -----> Downloading http://s3.amazonaws.com/mono-dependencies/cedar-14/mono-3.10.0.tar.gz
remote: -----> Compiling Mono application
remote: Installing 'Microsoft.Owin.Hosting 1.1.0-beta2'.
remote: Installing 'Microsoft.Owin.Host.HttpListener 1.1.0-beta2'.
remote: Installing 'Microsoft.Owin 1.1.0-beta2'.
remote: Installing 'Microsoft.Owin.Diagnostics 1.1.0-beta2'.
remote: Installing 'Owin 1.0'.
remote: Successfully installed 'Microsoft.Owin.Diagnostics 1.1.0-beta2'.
remote: Successfully installed 'Microsoft.Owin.Hosting 1.1.0-beta2'.
remote: Successfully installed 'Microsoft.Owin 1.1.0-beta2'.
remote: Successfully installed 'Microsoft.Owin.Host.HttpListener 1.1.0-beta2'.
remote: Successfully installed 'Owin 1.0'.
remote: XBuild Engine Version 12.0
remote: Mono, Version 3.10.0.0
remote: Copyright (C) 2005-2013 Various Mono authors
remote: :  warning : Default tasks file /tmp/build_42846534974559ef4daeb9b3387651fc/mono/lib/mono/2.0/Microsoft.Common.tasks not found, ignoring.
remote:
remote: Build started 5/3/2015 7:18:56 PM.
remote: __________________________________________________
remote: Project "/tmp/build_42846534974559ef4daeb9b3387651fc/KatanaTest.sln" (default target(s)):
remote:         Target ValidateSolutionConfiguration:
remote:                 Building solution configuration "Release|Any CPU".
remote:         Target Build:
remote:                 Project "/tmp/build_42846534974559ef4daeb9b3387651fc/KatanaTest/KatanaTest.csproj" (default target(s)):
remote:                         Target CheckPrerequisites:
remote: /tmp/build_42846534974559ef4daeb9b3387651fc/.nuget/NuGet.targets: error : Unable to locate '/tmp/build_42846534974559ef4daeb9b3387651fc/.nuget/NuGet.exe'
remote:                         Task "Error" execution -- FAILED
remote:                         Done building target "CheckPrerequisites" in project "/tmp/build_42846534974559ef4daeb9b3387651fc/KatanaTest/KatanaTest.csproj".-- FAILED
remote:                 Done building project "/tmp/build_42846534974559ef4daeb9b3387651fc/KatanaTest/KatanaTest.csproj".-- FAILED
remote:         Task "MSBuild" execution -- FAILED
remote:         Done building target "Build" in project "/tmp/build_42846534974559ef4daeb9b3387651fc/KatanaTest.sln".-- FAILED
remote: Done building project "/tmp/build_42846534974559ef4daeb9b3387651fc/KatanaTest.sln".-- FAILED
remote:
remote: Build FAILED.
remote:
remote: Warnings:
remote:
remote: :  warning : Default tasks file /tmp/build_42846534974559ef4daeb9b3387651fc/mono/lib/mono/2.0/Microsoft.Common.tasks not found, ignoring.
remote:
remote: Errors:
remote:
remote: /tmp/build_42846534974559ef4daeb9b3387651fc/KatanaTest.sln (default targets) ->
remote: (Build target) ->
remote: /tmp/build_42846534974559ef4daeb9b3387651fc/KatanaTest/KatanaTest.csproj (default targets) ->
remote: /tmp/build_42846534974559ef4daeb9b3387651fc/.nuget/NuGet.targets (CheckPrerequisites target) ->
remote:
remote:         /tmp/build_42846534974559ef4daeb9b3387651fc/.nuget/NuGet.targets: error : Unable to locate '/tmp/build_42846534974559ef4daeb9b3387651fc/.nuget/NuGet.exe'
remote:
remote:          1 Warning(s)
remote:          1 Error(s)
remote:
remote: Time Elapsed 00:00:00.2839570
remote:
remote:  !     Push rejected, failed to compile .NET app
remote:
remote: Verifying deploy...
remote:
remote: !       Push rejected to radiant-springs-2071.
remote:
To https://git.heroku.com/radiant-springs-2071.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/radiant-springs-2071.git'
  1. Previous step was unable to find .nuget/NuGet.exe, so checked it in and tried again
C:\Users\Andrew\Programming\Websites\KatanaTest2>git push heroku master
Counting objects: 22, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (20/20), done.
Writing objects: 100% (22/22), 6.75 KiB | 0 bytes/s, done.
Total 22 (delta 4), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Fetching custom git buildpack... done
remote: -----> .NET app detected
remote: -----> Downloading http://s3.amazonaws.com/mono-dependencies/cedar-14/mono-3.10.0.tar.gz
remote: -----> Compiling Mono application
remote: Installing 'Microsoft.Owin.Host.HttpListener 3.0.1'.
remote: Installing 'Microsoft.Owin 3.0.1'.
remote: Installing 'Owin 1.0'.
remote: Installing 'Microsoft.Owin.Diagnostics 3.0.1'.
remote: Installing 'Microsoft.Owin.Hosting 3.0.1'.
remote: Successfully installed 'Owin 1.0'.
remote: Successfully installed 'Microsoft.Owin.Host.HttpListener 3.0.1'.
remote: Successfully installed 'Microsoft.Owin 3.0.1'.
remote: Successfully installed 'Microsoft.Owin.Hosting 3.0.1'.
remote: Successfully installed 'Microsoft.Owin.Diagnostics 3.0.1'.
remote: XBuild Engine Version 12.0
remote: Mono, Version 3.10.0.0
remote: Copyright (C) 2005-2013 Various Mono authors
remote: :  warning : Default tasks file /tmp/build_8f65bf5147cb11dd50da4713020fca67/mono/lib/mono/2.0/Microsoft.Common.tasks not found, ignoring.
remote:
remote: Build started 5/3/2015 7:21:03 PM.
remote: __________________________________________________
remote: Project "/tmp/build_8f65bf5147cb11dd50da4713020fca67/KatanaTest.sln" (default target(s)):
remote:         Target ValidateSolutionConfiguration:
remote:                 Building solution configuration "Release|Any CPU".
remote:         Target Build:
remote:                 Project "/tmp/build_8f65bf5147cb11dd50da4713020fca67/KatanaTest/KatanaTest.csproj" (default target(s)):
remote:                         Target CheckPrerequisites:
remote: /tmp/build_8f65bf5147cb11dd50da4713020fca67/.nuget/NuGet.targets: error : Unable to locate '/tmp/build_8f65bf5147cb11dd50da4713020fca67/.nuget/NuGet.exe'
remote:                         Task "Error" execution -- FAILED
remote:                         Done building target "CheckPrerequisites" in project "/tmp/build_8f65bf5147cb11dd50da4713020fca67/KatanaTest/KatanaTest.csproj".-- FAILED
remote:                 Done building project "/tmp/build_8f65bf5147cb11dd50da4713020fca67/KatanaTest/KatanaTest.csproj".-- FAILED
remote:         Task "MSBuild" execution -- FAILED
remote:         Done building target "Build" in project "/tmp/build_8f65bf5147cb11dd50da4713020fca67/KatanaTest.sln".-- FAILED
remote: Done building project "/tmp/build_8f65bf5147cb11dd50da4713020fca67/KatanaTest.sln".-- FAILED
remote:
remote: Build FAILED.
remote:
remote: Warnings:
remote:
remote: :  warning : Default tasks file /tmp/build_8f65bf5147cb11dd50da4713020fca67/mono/lib/mono/2.0/Microsoft.Common.tasks not found, ignoring.
remote:
remote: Errors:
remote:
remote: /tmp/build_8f65bf5147cb11dd50da4713020fca67/KatanaTest.sln (default targets) ->
remote: (Build target) ->
remote: /tmp/build_8f65bf5147cb11dd50da4713020fca67/KatanaTest/KatanaTest.csproj (default targets) ->
remote: /tmp/build_8f65bf5147cb11dd50da4713020fca67/.nuget/NuGet.targets (CheckPrerequisites target) ->
remote:
remote:         /tmp/build_8f65bf5147cb11dd50da4713020fca67/.nuget/NuGet.targets: error : Unable to locate '/tmp/build_8f65bf5147cb11dd50da4713020fca67/.nuget/NuGet.exe'
remote:
remote:          1 Warning(s)
remote:          1 Error(s)
remote:
remote: Time Elapsed 00:00:00.3034500
remote:
remote:  !     Push rejected, failed to compile .NET app
remote:
remote: Verifying deploy...
remote:
remote: !       Push rejected to radiant-springs-2071.
remote:
To https://git.heroku.com/radiant-springs-2071.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/radiant-springs-2071.git'
  1. Updated to the latest Nuget packages (Microsoft.Owin / Microsoft.Owin.Diagnostics / Microsoft.Owin.Host.HttpListener / Microsoft.Owin.Hosting = v3.0.1)
C:\Users\Andrew\Programming\Websites\KatanaTest2>git push heroku master
Counting objects: 27, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (25/25), done.
Writing objects: 100% (27/27), 279.69 KiB | 0 bytes/s, done.
Total 27 (delta 6), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Fetching custom git buildpack... done
remote: -----> .NET app detected
remote: -----> Downloading http://s3.amazonaws.com/mono-dependencies/cedar-14/mono-3.10.0.tar.gz
remote: -----> Compiling Mono application
remote: Stacktrace:
remote:
remote:
remote: Native stacktrace:
remote:
remote:         mono() [0x4b85c8]
remote:         mono() [0x510633]
remote:         mono() [0x423bc2]
remote:         /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f15a9a61340]
remote:
remote: Debug info from gdb:
remote:
remote:
remote: =================================================================
remote: Got a SIGSEGV while executing native code. This usually indicates
remote: a fatal error in the mono runtime or one of the native libraries
remote: used by your application.
remote: =================================================================
remote:
remote: /tmp/buildpack_83508b160944cf6ab0c1a7fdbdfc1f03/bin/compile: line 67:   233 Aborted                 mono ${NUGET_EXECUTABLE_PATH} restore -NonInteractive
remote:
remote:  !     Push rejected, failed to compile .NET app
remote:
remote: Verifying deploy...
remote:
remote: !       Push rejected to radiant-springs-2071.
remote:
To https://git.heroku.com/radiant-springs-2071.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/radiant-springs-2071.git'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions