Skip to content

Commit

Permalink
Fix two problems with Azure SDK 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Jun 21, 2012
1 parent 6fcb7a9 commit 27e2322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Deployment/AzureSDKCommandBuilder.php
Expand Up @@ -113,7 +113,7 @@ private function getAzureSdkBinaryFolder()
}

$programDirectories = array('ProgramFiles', 'ProgramFiles(x86)', 'ProgramW6432');
$binDirectories = array('Windows Azure SDK\*\bin', 'Windows Azure Emulator\emulator');
$binDirectories = array('Windows Azure SDK\*\bin', 'Microsoft SDKs\Windows Azure\.NET SDK\*\bin', 'Windows Azure Emulator\emulator');
foreach ($programDirectories as $programDirectory) {
if (isset($_SERVER[$programDirectory])) {
$programDirectory = $_SERVER[$programDirectory];
Expand Down
2 changes: 1 addition & 1 deletion Resources/role_template/ServiceDefinition.csdef
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceDefinition name="SymfonyOnAzure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition">
<ServiceDefinition name="SymfonyOnAzure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2012-05.1.7">
</ServiceDefinition>

0 comments on commit 27e2322

Please sign in to comment.