Skip to content

Commit

Permalink
+semver: breaking
Browse files Browse the repository at this point in the history
Incrementing semver major version number.
  • Loading branch information
dazinator committed Dec 13, 2015
1 parent b618e84 commit 5500f57
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions src/DnnPackager/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,17 @@ Note: This will build and install the module for your active build configuration

Install-Module [name of your website] [Build Configuration Name]

e.g if your current active build configuration was debug, but you wanted to install the release build of your module, you could type:
Install-Module Dnn7 Release
e.g if your current active build configuration was debug, but you wanted to install the release build of your module, you could type: Install-Module Dnn7 Release

For debugging, you can auotmatically attach the debugger. Run:
For debugging, you can automatically attach the debugger! Run:

Install-Module [name of your website] [Build Configuration Name] Attach
Install-Module [name of your website] [Build Configuration Name] Attach

e.g:
Install-Module Dnn7 Debug Attach
e.g: Install-Module Dnn7 Debug Attach

That will install your module, and then attach the debugger.

To save time in future, you can hit "up" arrow key in Package Console Manager to get the last command you executed to save you having to type if every time.
So typically you can just hit "up" and then hit enter key, and you will be debugging your module in no time.
That will install your module, and then attach the debugger for you.

Note: To save time in future, you can hit "up" arrow key in Package Console Manager to get the last command you executed to save you having to type if every time. So typically you can just hit "up" and then hit enter key, and you will be debugging your module in no time.

## Controlling Installation package Content.

Expand Down

2 comments on commit 5500f57

@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 54 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.0-unstable.34 outcome was SUCCESS
Summary: Running Build time: 00:00:11

Please sign in to comment.