Commit Graph

12 Commits

Author SHA1 Message Date
silverqx 5148dbb239 tools used single quotes
[skip ci]
2024-06-15 18:55:23 +02:00
silverqx 91a0493bc2 tools added support for relative paths
Greatly enhanced the Add-FolderOnPath to support also relative paths.

It supports ., .., and also -Relative parameter which allows also adding
the given relative path as relative path, the given Path is resolved
to the absolute path without the -Relative parameter.

[skip ci]
2024-06-15 18:51:33 +02:00
silverqx c8c7770e36 tools pwsh removed useless $($( 2024-06-09 23:47:26 +02:00
silverqx 5b82a0f7c8 tools enhanced Add-FolderOnPath.ps1
- throw if the given path exists and it's not a directory

[skip ci]
2024-05-14 19:42:40 +02:00
silverqx 1cecc5326b tools removed whitespaces from Comment-Based Help 2024-04-20 09:31:44 +02:00
silverqx b35947739f tools fixtypo 2023-10-17 15:26:07 +02:00
silverqx 8d9f63a924 tools renamed variable 2023-10-17 15:26:07 +02:00
silverqx 6acc2859b3 revisited and synchronized pwsh scripts in tools/
[skip ci]
2023-02-04 17:44:32 +01:00
silverqx dccc30e750 renamed Initialize- to Get- in ps1 script 2022-01-22 16:03:51 +01:00
silverqx 72ee697810 pwsh moved chain operator at beginning of line 2022-01-12 17:19:05 +01:00
silverqx 15ae4e062f greatly improved pwsh scripts
Common:

 - extracted common code to private/Common.ps1
 - removed boolean values for Parameter attributes

Invoke-Tests:

 - added auto sourcing of dotenv.ps1 file if needed
 - auto-exported shared libraries paths in the current build folder
 - added nice log messages for above two scenarios

Add-FolderOnPath:

 - added nice log messages for above two scenarios
 - extracted some code to cmdlets for shorter process block
2022-01-12 16:40:00 +01:00
silverqx eeeb72f6b0 added new pwsh script Add-FolderOnPath 2022-01-11 18:08:30 +01:00