Skip to content

Draft: Fixed syntax error in selection of snapshots/release directory. This has to be...

Peio Rigaux requested to merge fix/xamarin_package_version into release/5.1

Fixed syntax error in selection of snapshots/release directory. This has to be done in bash if we are using =~. Instead, this was make portable (usable with sh) by using grep.

Fixed error in selection of snapshots/release directory for windows (ommission of an else if we are using releases)

Edited by Peio Rigaux

Merge request reports