2 files changed
+5
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
| 219 | + | |
| 220 | + | |
| 221 | + | |
219 | 222 |
| |
220 | 223 |
| |
221 | 224 |
| |
222 | 225 |
| |
| 226 | + | |
223 | 227 |
| |
224 | 228 |
| |
225 | 229 |
| |
|
Submodule PSModulePublisher updated 43 files
- .github/release-drafter.yml-52
- .github/workflows/ci-master-pr.yml+131-52
- .vscode/tasks.json+46-17
- README.md+146-79
- build/definitions/modulemanifest.ps1+24-10
- docs/samples/.vscode/tasks.psmodule.json+87
- docs/samples/.vscode/tasks.submodule.json+87
- docs/samples/ci/azure-pipelines/azure-pipelines.linux-container.yml+18-18
- docs/samples/ci/azure-pipelines/azure-pipelines.linux-windows.yml+5-5
- docs/samples/ci/azure-pipelines/azure-pipelines.linux.yml+3-3
- docs/samples/ci/azure-pipelines/azure-pipelines.macos.yml+3-3
- docs/samples/ci/azure-pipelines/azure-pipelines.windows-powershell-5_1.yml+3-3
- docs/samples/ci/azure-pipelines/azure-pipelines.windows-pwsh.yml+3-3
- docs/samples/ci/github/github-workflows.linux-container.yml+151
- docs/samples/ci/github/github-workflows.windows.yml+137
- docs/samples/test/test.ps1+16-11
- src/PSModulePublisher/PSModulePublisher.Tests.ps1+76-11
- src/PSModulePublisher/PSModulePublisher.psd1+2-2
- src/PSModulePublisher/Private/Generate-ModuleManifest.ps1+2
- src/PSModulePublisher/Private/Get-ProjectVariables.ps1+7-7
- src/PSModulePublisher/Private/Publish-MyModule.ps1+1-1
- src/PSModulePublisher/Public/Invoke-PSModulePublisher.ps1+4-12
- src/PSModulePublisher/Public/Invoke-Publish.ps1+14-4
- src/PSModulePublisher/Public/Invoke-Test.ps1+7-1
- templates/azure-pipelines/steps/powershell/install-publish-dependencies.yml-1
- templates/azure-pipelines/steps/powershell/process-buildvariables.yml+6-2
- templates/azure-pipelines/steps/powershell/run-build.yml+2-5
- templates/azure-pipelines/steps/powershell/run-publish.yml+3-4
- templates/azure-pipelines/steps/powershell/run-test.yml+2-2
- templates/azure-pipelines/steps/pwsh/process-buildvariables.yml+6-2
- templates/azure-pipelines/steps/pwsh/run-build.yml+2-5
- templates/azure-pipelines/steps/pwsh/run-publish.yml+3-4
- templates/azure-pipelines/steps/pwsh/run-test.yml+2-2
- test/Mock-Module/build/definitions/modulemanifest.ps1+7-15
- test/Mock-Module/src/Mock-Module/Mock-Module.psd1+3-3
- test/Mock-Module/src/Mock-Module/Mock-Module.psm1+12-13
- test/Mock-Module/src/Mock-Module/Private/Private-Function1.ps1+6
- test/Mock-Module/src/Mock-Module/Private/Private-Function2.ps1+6
- test/Mock-Module/src/Mock-Module/Public/Mock-Function1.ps1+27
- test/Mock-Module/src/Mock-Module/Public/Mock-Function2.ps1+27
- test/Mock-Module/src/Mock-Module/helpers/Helper-Function1.ps1+5
- test/Mock-Module/src/Mock-Module/helpers/Helper-Function2.ps1+5
- test/test.ps1+14-12
0 commit comments