Skip to content

Commit 0008803

Browse files
authored
Merge pull request #33 from juvander/FixedSetupPackageCreation
Fixed Release build to include correct main assembly
2 parents 45fe86b + 0d49751 commit 0008803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DotNetNuke.Modules.Repository.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<Prefer32Bit>false</Prefer32Bit>
7171
</PropertyGroup>
7272
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
73-
<OutputPath>obj\</OutputPath>
73+
<OutputPath>bin\</OutputPath>
7474
<DocumentationFile>DotNetNuke.Modules.Repository.xml</DocumentationFile>
7575
<BaseAddress>285212672</BaseAddress>
7676
<ConfigurationOverrideFile />

0 commit comments

Comments
 (0)