Skip to content

Commit

Permalink
Added goal to powershell module examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkapok committed Jun 11, 2019
1 parent 3465448 commit 6f41b21
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions PowerShellModules/readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# PowerShell modules and testing

Source code and materials for powershell modules development and testing in powershell.
Source code and materials for powershell modules development and testing in powershell. Goal of this workshop is to get introduction how to write reusable powershell scripts,
tests and share the code with your team in software development build automation. But the same concepts can be used also by administrators. There are no files with tasks solution, because we are only exploring the module features.

* Use Run/Debug buttons in VS code to run tests
* Use Terminal in VS code to run Powershell commands

## Tasks

### Working with modules
### Explore modules

```powershell
# List packages source, which contains PsGalery online repository
Expand Down Expand Up @@ -65,7 +66,7 @@ Invoke-Psake
Invoke-psake -buildFile .\psakefile.ps1 -task FailBuild
```

### Host your Modules
### Share your Modules

```powershell
# Register new repository
Expand Down

0 comments on commit 6f41b21

Please sign in to comment.