Skip to content

Commit

Permalink
merging build.cmd and run.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Marx authored and Steve Marx committed Dec 7, 2011
1 parent c6d9d64 commit 335182e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Usage
specified in the `PORT` environment variable (and for best results when running
locally, listen on the IP address specified in the `ADDRESS` environment
variable.
2. Run `build.cmd & run.cmd` to build and run the application locally. When
2. Run `run.cmd` to build and run the application locally. When
running locally, python.exe must be in the path. (It is not automatically
installed as it is in the cloud.)
3. Run `pack.cmd` to output `PackAndRun.cspkg`. That file, along with
Expand Down
6 changes: 0 additions & 6 deletions build.cmd

This file was deleted.

1 change: 1 addition & 0 deletions run.cmd
Expand Up @@ -3,5 +3,6 @@ if "%ServiceHostingSDKInstallPath%" == "" (
echo Can't see the ServiceHostingSDKInstallPath environment variable. Please run from a Windows Azure SDK command-line (run Program Files\Windows Azure SDK\^<version^>\bin\setenv.cmd^).
GOTO :eof
)
cspack ServiceDefinition.csdef /copyOnly /out:PythonRole.csx
csrun PythonRole.csx ServiceConfiguration.Local.cscfg
if "%ERRORLEVEL%"=="0" ( echo Browse to the port you see above to view the app. To stop all running apps, use "csrun /removeAll" )

0 comments on commit 335182e

Please sign in to comment.