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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DotNetNuke.Modules.Repository.csproj

+1-1
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)