Correcting Azure blob storage returned values

- Paths should be relative for Orchard.Media

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-10-21 12:47:40 -07:00
parent b7f6e70d29
commit 63e25ef1a8
5 changed files with 85 additions and 80 deletions

View File

@@ -48,7 +48,8 @@
<MSBuild
Projects="$(SrcFolder)\Orchard.Azure\Orchard.Azure.CloudService.sln"
Targets="Build"
Properties="Configuration=Release;OutputPath=$(CompileFolder);PlatformTarget=x64" />
Properties="Configuration=Release;OutputPath=$(CompileFolder);PlatformTarget=x64;DefineConstants=AZURE"
/>
<MSBuild
Projects="$(SrcFolder)\Orchard.Azure.sln"