Skip to content

Commit

Permalink
Merge pull request #33 from juvander/FixedSetupPackageCreation
Browse files Browse the repository at this point in the history
Fixed Release build to include correct main assembly
  • Loading branch information
valadas authored Jan 16, 2020
2 parents 45fe86b + 0d49751 commit 0008803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DotNetNuke.Modules.Repository.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>obj\</OutputPath>
<OutputPath>bin\</OutputPath>
<DocumentationFile>DotNetNuke.Modules.Repository.xml</DocumentationFile>
<BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile />
Expand Down

0 comments on commit 0008803

Please sign in to comment.