Sha256: cd7b33b956e192c573a910a6344f9c8909a8aa219fc3cd650cf4a4ddba4b2821

Contents?: true

Size: 344 Bytes

Versions: 10

Compression:

Stored size: 344 Bytes

Contents

echo off
rem IIS applicationhost.config doesn't seem to process enviroment variables, so we cant use one
rem for our service path. A hack, but bust out ruby and manually replace the %SAMPLE_SERVICE_DIR%
rem marker in the virtual directory path. 
ruby setpath.rb
"%ProgramFiles(x86)%\iis express\iisexpress" /config:".\applicationhost.config" 

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ruby_odata-0.2.0.beta1 test/iisExpress x64.bat
ruby_odata-0.1.6 test/iisExpress x64.bat
ruby_odata-0.1.5 test/iisExpress x64.bat
ruby_odata-0.1.4 test/iisExpress x64.bat
ruby_odata-0.1.3 test/iisExpress x64.bat
ruby_odata-0.1.2 test/iisExpress x64.bat
ruby_odata-0.1.1 test/iisExpress x64.bat
ruby_odata-0.1.0 test/iisExpress x64.bat
ruby_odata-0.0.10 test/iisExpress x64.bat
ruby_odata-0.0.9 test/iisExpress x64.bat