Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Sep 16th, 2012  |  syntax: None  |  size: 0.24 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. def deploy_to_local_host(project_or_sln_file, physical_path)
  2.   sh "\"#{@msBuildPath}\" \"#{project_or_sln_file}\" /p:Configuration=Debug;DeployOnBuild=true;DeployTarget=Package;_PackageTempDir=#{ physical_path } /verbosity:quiet /nologo"
  3. end