ariofrio/oration

View on GitHub
templates/azure/java/pack.cmd

Summary

Maintainability
Test Coverage
@echo off
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 /out:"{{ app_id }}.cspkg"