Skip to content

Commit

Permalink
Merge branch 'anurse-updatetosdk2' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Jul 3, 2013
2 parents 49d6a94 + 52c521b commit 78d6d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scripts/NuGetGallery.csdef
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceDefinition name="Azure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2013-03.2.0">
<ServiceDefinition name="Azure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2012-10.1.8">
<WebRole name="Website" vmsize="Small">
<Startup>
<Task commandLine="Startup.cmd" executionContext="elevated" taskType="simple" />
Expand Down
2 changes: 1 addition & 1 deletion Scripts/_Common.ps1
Expand Up @@ -38,7 +38,7 @@ function Get-StorageAccountConnectionString {
function Get-AzureSdkPath {
param($azureSdkPath)
if(!$azureSdkPath) {
(dir "$AzureToolsRoot\.NET SDK" | sort Name -desc | select -first 1).FullName
Join-Path $AzureToolsRoot ".NET SDK\2012-10"
} else {
$azureSdkPath
}
Expand Down

0 comments on commit 78d6d26

Please sign in to comment.