Skip to content

Commit

Permalink
Merge pull request #22 from DNNCommunity/release/08.00.01
Browse files Browse the repository at this point in the history
Release/08.00.01
  • Loading branch information
david-poindexter authored Oct 14, 2019
2 parents 9750a83 + a8d3f1e commit f78efdd
Show file tree
Hide file tree
Showing 17 changed files with 879 additions and 213 deletions.
101 changes: 0 additions & 101 deletions BuildScripts/MSBuild.Community.Tasks.Targets

This file was deleted.

6 changes: 3 additions & 3 deletions BuildScripts/ModulePackage.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<!-- REMEMBER THAT IF YOU MODIFY THE TARGETS FILE YOU NEED TO CLOSE/OPEN THE PROJECT FOR THE CHANGES TO TAKE EFFECT -->

<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="MSBuild.Community.Tasks.Targets" />
<Target Name="PackageModule" Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<XmlRead Prefix="n"
Namespace="http://schemas.microsoft.com/developer/msbuild/2003"
Expand All @@ -13,6 +12,7 @@
<Output TaskParameter="Value" PropertyName="Version" />
</XmlRead>


<!--in VS 2012 we exclude the packages folder -->
<ItemGroup>
<InstallInclude Include="**\*.ascx" Exclude="packages\**" />
Expand Down Expand Up @@ -69,7 +69,7 @@
<Output TaskParameter="Include" ItemName="SqlDataProviderFiles" />
</CreateItem>

<Copy SourceFiles="$(MSBuildDnnBinPath)\$(AssemblyName).dll" DestinationFolder="$(MSBuildProjectDirectory)\Package\bin"/>
<Copy SourceFiles="bin\$(AssemblyName).dll" DestinationFolder="$(MSBuildProjectDirectory)\Package\bin"/>
<Copy SourceFiles="@(SqlDataProviderFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package\%(RecursiveDir)" />
<Copy SourceFiles="@(PackageManifestFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
<Copy SourceFiles="@(PackageTxtFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
Expand Down Expand Up @@ -97,7 +97,7 @@
<RemoveDir Directories ="$(MSBuildProjectDirectory)\ResourcesZip" />


<Copy SourceFiles="$(MSBuildDnnBinPath)\$(AssemblyName).dll" DestinationFolder="$(MSBuildProjectDirectory)\Package\bin"/>
<Copy SourceFiles="bin\$(AssemblyName).dll" DestinationFolder="$(MSBuildProjectDirectory)\Package\bin"/>
<Copy SourceFiles="@(SqlDataProviderFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package\%(RecursiveDir)" />
<Copy SourceFiles="@(PackageManifestFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
<Copy SourceFiles="@(PackageTxtFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
Expand Down
Loading

0 comments on commit f78efdd

Please sign in to comment.