Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
dazinator committed Feb 14, 2016
2 parents 99e8d71 + d25e0ce commit 455a88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DnnPackager/Command/CommandVisitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public bool BuildProjectAndGetOutputZips(BuildOptions options, out FileInfo[] in
}

var fullName = project.FullName;
// dte.Solution.SolutionBuild.BuildProject(configurationName, fullName, true);
dte.Solution.SolutionBuild.BuildProject(configurationName, fullName, true);

// now get output zips
installPackages = GetProjectOutputZips(project, configurationName);
Expand Down
2 changes: 1 addition & 1 deletion src/DnnPackager/DnnPackager.csproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<ProjectView>ShowAllFiles</ProjectView>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartArguments>build --envdteversion 14.0 --processid 19712 --configuration Debug --name dnnify5 --websitename Dnn7 --attach</StartArguments>
<StartArguments>build --envdteversion 14.0 --processid 16872 --configuration Debug --name DnnTestModule --websitename Dnn7</StartArguments>
</PropertyGroup>
</Project>

2 comments on commit 455a88c

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity DnnPackager :: Continuos Build 133 is now running

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity DnnPackager :: Continuos Build 2.0.1+59 outcome was SUCCESS
Summary: Running Build time: 00:00:08

Please sign in to comment.