File tree Expand file tree Collapse file tree
ReactiveXComponentTest/Configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ namespace ReactiveXComponentTest.Configuration
1212 public class ConfigurationTests
1313 {
1414 private readonly string _rabbitMqApiFileName = Path . Combine ( AppDomain . CurrentDomain . BaseDirectory , "RabbitMqTestApi.xcApi" ) ;
15- private readonly string _webSocketApiFileName = Path . Combine ( AppDomain . CurrentDomain . BaseDirectory , "webSocketTestApi .xcApi" ) ;
15+ private readonly string _webSocketApiFileName = Path . Combine ( AppDomain . CurrentDomain . BaseDirectory , "WebSocketTestApi .xcApi" ) ;
1616
1717 private IXCConfiguration _rabbitMqConfiguration ;
1818 private IXCConfiguration _webSocketConfiguration ;
Original file line number Diff line number Diff line change 1+ set " CURRENT_PATH = %cd:\ =/ % "
2+ docker run --rm -it -v %CURRENT_PATH% :/repository xcomponent/mono-git:1.0.1 /bin/bash -c " rsync -a /repository/ /src/ --exclude=.git --exclude=.vs --exclude=tools --exclude=bin --exclude=obj --exclude=packages --exclude=nuget && rsync -avz /repository/tools/packages.config /src/tools/ && cd src && dos2unix build.sh && chmod +x build.sh && ./build.sh -t All -mergelib=\" /usr/lib/mono/4.5/Facades/\" "
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ PACKAGES_CONFIG=$TOOLS_DIR/packages.config
1717PACKAGES_CONFIG_MD5=$TOOLS_DIR /packages.config.md5sum
1818ADDINS_PACKAGES_CONFIG=$ADDINS_DIR /packages.config
1919MODULES_PACKAGES_CONFIG=$MODULES_DIR /packages.config
20+ MONO_IOMAP=case
2021
2122# Define md5sum or md5 depending on Linux/OSX
2223MD5_EXE=
6869# Download NuGet if it does not exist.
6970if [ ! -f " $NUGET_EXE " ]; then
7071 echo " Downloading NuGet..."
71- curl -Lsfo " $NUGET_EXE " https://dist.nuget.org/win-x86-commandline/latest /nuget.exe
72+ curl -Lsfo " $NUGET_EXE " https://dist.nuget.org/win-x86-commandline/v4.4.1 /nuget.exe
7273 if [ $? -ne 0 ]; then
7374 echo " An error occured while downloading nuget.exe."
7475 exit 1
You can’t perform that action at this time.
0 commit comments