Kevin Marquette
250adac5d5
Add blog post link
2021-08-05 15:02:06 -07:00
Kevin Marquette
22b48aef01
Merge pull request #25 from shaneis/patch-1 !deploy
...
Fixed verbose message type
2019-07-17 02:50:11 -07:00
Shane O'Neill
7d827138e2
Fixed verbose message type
...
Beginning to wonder if they actually are breapoints and not breakpoints 😂
2019-07-17 08:46:24 +01:00
Kevin Marquette
b627815caa
Merge pull request #21 from SteveGTR/patch-2
...
Added static LastNode
2019-02-03 11:54:24 -08:00
SteveGTR
480543d41d
Added static LastNode
...
The LastNode is used with the changes to Get-Chronometer to properly calculated data for the last line in the file. For example the following script's last line will not get any timing information because of a last record bug in the existing code:
Start-Sleep 5
Start-Sleep 10
2019-01-28 15:33:19 -05:00
Kevin Marquette
e00e0253cd
format tests !deploy
2018-12-28 15:13:45 -08:00
Kevin Marquette
f711775322
Merge branch 'commonfiles'
2018-12-28 15:12:57 -08:00
Kevin Marquette
0a099d094e
add publish to appveyor build
2018-12-28 15:12:40 -08:00
Kevin Marquette
89bc7cab63
Merge pull request #19 from KevinMarquette/commonfiles !deploy
...
Add Commonfiles
2018-12-28 15:09:31 -08:00
Kevin Marquette
96413496bb
Merge remote-tracking branch 'origin/master' into commonfiles
2018-12-28 15:04:17 -08:00
Kevin Marquette
24367fe4fc
Merge pull request #18 from shaneis/patch-1
...
Added missing 'k' to verbose message.
2018-12-28 15:03:53 -08:00
Kevin Marquette
bbe311b1dc
spell check
2018-12-28 15:03:10 -08:00
Kevin Marquette
3b671a49fc
bump version
2018-12-28 15:02:24 -08:00
Kevin Marquette
e5a0147d71
Clean up Pester tests
2018-12-28 15:01:15 -08:00
Kevin Marquette
2eae9f2bb2
resolve merge conflicts
2018-12-28 14:46:55 -08:00
Shane O'Neill
838b373fca
Added missing 'k' to verbose message.
...
A PR for a single missing letter in a comment. Didn't realise I was such a stickler. Sorry Kevin!
2018-12-28 14:23:27 +00:00
Kevin Marquette
16e6f36116
Merge pull request #23 from loanDepot/tdrake/LDX-1015
...
LDX-1015 ImportDevModule should force import so it can be rerun in th…
2018-11-12 13:39:23 -08:00
Travis Drake
b38aca3e80
LDX-1015 fix psd1 trailing whitespace
2018-11-12 13:17:19 -08:00
Travis Drake
5bdaa3446e
LDX-1015 ImportDevModule should force import so it can be rerun in the same session and pick up new changes
2018-11-12 11:53:15 -08:00
Kevin Marquette
ccf5136fc2
Merge pull request #22 from loanDepot/tdrake/LDX-995
...
LDX-995 Exclude to avoid psscriptanalyzer transient failures
2018-11-05 13:37:15 -08:00
Travis Drake
716ecdfba2
LDX-995 Exclude to avoid psscriptanalyzer transient failures
2018-11-05 13:35:02 -08:00
Kevin Marquette
cfd3fca386
Merge pull request #20 from loanDepot/kmarquette/issue-3
...
add temporary Move-Statement #3
2018-10-23 10:04:23 -07:00
Kevin Marquette
b625193e99
add temporary Move-Statement #3
2018-10-17 11:12:21 -07:00
Kevin Marquette
6d70000d53
Merge pull request #15 from loanDepot/kmarquette/issue-14
...
Add license file to the built module
2018-10-16 10:56:17 -07:00
Kevin Marquette
4416ed8ade
Merge pull request #17 from loanDepot/kmarquette/issue-16
...
add better handling of $null values when setting the version
2018-10-16 10:55:52 -07:00
Kevin Marquette
71862fe789
Merge pull request #19 from loanDepot/kmarquette/issue-18
...
add support for Azure DevOps Pipelines
2018-10-16 10:54:55 -07:00
Kevin Marquette
ace42677ad
remove comment
2018-10-16 09:17:29 -07:00
Kevin Marquette
fecb5d3605
revert commit
2018-10-16 09:16:49 -07:00
Kevin Marquette
00de5a093a
remove comments
2018-10-16 09:15:50 -07:00
Kevin Marquette
e20c048eb1
add support for Azure DevOps Pipelines
...
resolves #18
2018-10-16 09:14:03 -07:00
Kevin Marquette
915ccb5dbc
add better handling of $null values when setting the version
2018-10-16 09:09:10 -07:00
Kevin Marquette
da5b7b2c46
Add license file to the built module
...
resolves #14
2018-10-16 09:04:18 -07:00
Kevin Marquette
e7e2612082
Merge pull request #13 from loanDepot/outputCleanWorkaround
...
fixing output clean and making build init vars verbose output
2018-09-05 11:13:52 -07:00
Travis Drake
4433d8b88f
fixing output clean and making build init vars verbose output
2018-09-05 11:10:43 -07:00
Kevin Marquette
e07e9330b4
Merge pull request #12 from loanDepot/kmarquette/buildverison
...
add build number to all verison
2018-08-28 04:05:53 -07:00
Kevin Marquette
f0c105190e
add build number to all verison
2018-08-28 04:01:20 -07:00
Kevin Marquette
231568a64f
Merge pull request #11 from loanDepot/tdrake/fixSetVersionForInitialCommit
...
More setVersion fixes
2018-08-27 18:00:35 -07:00
Travis Drake
7c3cfd7152
More setVersion fixes
2018-08-27 17:58:55 -07:00
Travis Drake
f823893743
Merge pull request #10 from loanDepot/tdrake/fixSetVersionForInitialCommit
...
Fixing SetVersion when run before module has been published before
2018-08-27 16:46:45 -07:00
Travis Drake
aea4cd1a50
Fixing SetVersion when run before module has been published before
2018-08-27 16:43:43 -07:00
Kevin Marquette
1f40eba51e
Merge pull request #9 from loanDepot/kmarquette/forceremove
...
Added -force to remove-module calls
2018-08-23 16:32:53 -07:00
Kevin Marquette
ff21a6ef78
Added -force to remove-module calls
2018-08-23 16:32:15 -07:00
Kevin Marquette
eed8ab29d8
Merge pull request #8 from loanDepot/kmarquette/#7
...
#7 handle divide by zero error
2018-08-21 18:18:39 -07:00
Kevin Marquette
f8caf5c2ae
#7 handle divide by zero error
2018-08-21 18:12:59 -07:00
Kevin Marquette
904ad85d62
Merge pull request #6 from loanDepot/kmarquette/versioning
...
handles versioning when module is not published resolves #5
2018-08-21 15:33:13 -07:00
Kevin Marquette
45b674cf3d
handles versioning when module is notpublished resolves #5
2018-08-21 14:20:08 -07:00
Kevin Marquette
6688e9b438
Merge pull request #2 from loanDepot/kmarquette/fingerprint
...
Versioning revamp
2018-08-20 03:41:23 -07:00
Kevin Marquette
73d9253b79
remove extra coma
2018-08-20 03:17:57 -07:00
Kevin Marquette
d3dfccabc1
rename task
2018-08-20 03:17:44 -07:00
Kevin Marquette
a9a73ae9b2
add PublishVersion task
2018-08-20 03:14:42 -07:00