the-carlisle-group/Dado

ReleaseNewVersion no feedback if dependency clone does not work

norberturkiewicz opened this issue · 0 comments

RetrieveDependency doesn't give an error if dependency version (tag) does not exist.

I.e.

Retrieving "the-carlisle-group Rumba 0.1.8" from file://c:/github/Rumba/...

[]CMD returns empty and the function continues. Running the same in cmd returns

C:\github\Rumba>git clone --depth 1 --branch 0.1.8 "file://c:/github/Rumba/" "c:/github/.APLPackageCache/the-carlisle-group Rumba 0.1.8/"
Cloning into 'c:/github/.APLPackageCache/the-carlisle-group Rumba 0.1.8'...
warning: Could not find remote branch 0.1.8 to clone.
fatal: Remote branch 0.1.8 not found in upstream origin
fatal: the remote end hung up unexpectedly

C:\github\Rumba>