mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Updated Azure build script
- Removed Sqlite dependencies --HG-- branch : dev
This commit is contained in:
@@ -61,17 +61,11 @@
|
|||||||
<!-- Testing - Azure only -->
|
<!-- Testing - Azure only -->
|
||||||
|
|
||||||
<Target Name ="Test">
|
<Target Name ="Test">
|
||||||
<Message Text="Testing with x64 version of Sqlite"/>
|
|
||||||
|
|
||||||
<CreateItem Include="$(CompileFolder)\*Azure.Tests.*dll">
|
<CreateItem Include="$(CompileFolder)\*Azure.Tests.*dll">
|
||||||
<Output TaskParameter="Include" ItemName="TestAssemblies" />
|
<Output TaskParameter="Include" ItemName="TestAssemblies" />
|
||||||
</CreateItem>
|
</CreateItem>
|
||||||
|
|
||||||
<!-- use x64 sqlite for tests depending on build platform -->
|
|
||||||
<Copy
|
|
||||||
SourceFiles="$(LibFolder)\sqlite\x64\System.Data.SQLite.dll"
|
|
||||||
DestinationFiles="$(CompileFolder)\System.Data.SQLite.dll" />
|
|
||||||
|
|
||||||
<NUnit Assemblies="@(TestAssemblies)" ToolPath="$(LibFolder)\nunit" WorkingDirectory="$(CompileFolder)" />
|
<NUnit Assemblies="@(TestAssemblies)" ToolPath="$(LibFolder)\nunit" WorkingDirectory="$(CompileFolder)" />
|
||||||
|
|
||||||
</Target>
|
</Target>
|
||||||
@@ -108,7 +102,7 @@
|
|||||||
<Delete Files="@(WebConfigs)" />
|
<Delete Files="@(WebConfigs)" />
|
||||||
|
|
||||||
<!-- extra processing of the staged config files -->
|
<!-- extra processing of the staged config files -->
|
||||||
<!--<XmlUpdate XmlFileName="$(CloudRootFolder)\web.config"
|
<XmlUpdate XmlFileName="$(CloudRootFolder)\web.config"
|
||||||
XPath="/configuration/system.web/compilation/@debug"
|
XPath="/configuration/system.web/compilation/@debug"
|
||||||
Value="false" />
|
Value="false" />
|
||||||
|
|
||||||
@@ -119,7 +113,6 @@
|
|||||||
<XmlUpdate XmlFileName="$(CloudRootFolder)\Config\Diagnostics.config"
|
<XmlUpdate XmlFileName="$(CloudRootFolder)\Config\Diagnostics.config"
|
||||||
XPath="/system.diagnostics/sources/source/@switchValue"
|
XPath="/system.diagnostics/sources/source/@switchValue"
|
||||||
Value="Error" />
|
Value="Error" />
|
||||||
-->
|
|
||||||
|
|
||||||
<Copy
|
<Copy
|
||||||
SourceFiles="$(SrcFolder)\Orchard.Azure\Orchard.Azure.CloudService\ServiceConfiguration.cscfg"
|
SourceFiles="$(SrcFolder)\Orchard.Azure\Orchard.Azure.CloudService\ServiceConfiguration.cscfg"
|
||||||
|
|||||||
@@ -86,8 +86,9 @@
|
|||||||
<Reference Include="System.Data.DataSetExtensions">
|
<Reference Include="System.Data.DataSetExtensions">
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System.Data.SQLite">
|
<Reference Include="System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
|
||||||
<HintPath>..\..\..\lib\sqlite\x64\System.Data.SQLite.DLL</HintPath>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
<HintPath>..\..\..\lib\sqlce\System.Data.SqlServerCe.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System.Web.ApplicationServices">
|
<Reference Include="System.Web.ApplicationServices">
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
Reference in New Issue
Block a user