Skip to content

Commit

Permalink
Closes #49
Browse files Browse the repository at this point in the history
  • Loading branch information
dazinator committed Feb 16, 2016
1 parent 455a88c commit 80f12a0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/DnnPackager/tools/dnnpackager.targets
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@
<PropertyGroup>
<DnnPackagerImported>true</DnnPackagerImported>

<!-- By default, DnnPackager only runs on Debug and Release build configurations.
To make it run on other configurations, use:
/p:RunDnnPackager=true -->
<RunDnnPackager Condition=" '$(RunDnnPackager)'=='' AND ('$(Configuration)' == 'Release' OR '$(Configuration)' == 'Debug') ">true</RunDnnPackager>
<RunDnnPackager Condition=" '$(RunDnnPackager)'=='' AND ('$(Configuration)' != 'Release' AND '$(Configuration)' != 'Debug') ">false</RunDnnPackager>
<!-- By default, DnnPackager runs, to disable it, use: /p:RunDnnPackager=false -->
<RunDnnPackager Condition=" '$(RunDnnPackager)'=='' ">true</RunDnnPackager>

<!-- By default, we look for a dnn manifest file named "manifest" and with the .dnn extension.
If you want your manifest files to be named something else, use:
Expand Down

2 comments on commit 80f12a0

@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 141 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.2+1 outcome was SUCCESS
Summary: Running Build time: 00:00:14

Please sign in to comment.