File tree
3 files changed
+10
-19
lines changed- .github/workflows
- .vscode
- build
3 files changed
+10
-19
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
178 | 175 |
| |
179 | 176 |
| |
180 | 177 |
| |
| |||
203 | 200 |
| |
204 | 201 |
| |
205 | 202 |
| |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
215 | 206 |
| |
216 | 207 |
| |
217 | 208 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
|
Submodule PSModulePublisher updated 35 files
- .github/workflows/ci-master-pr.yml+121-44
- .vscode/tasks.json+10-10
- README.md+52-15
- build/definitions/modulemanifest.ps1+58
- docs/samples/ci/azure-pipelines/azure-pipelines.linux.container.yml+16-8
- docs/samples/ci/azure-pipelines/azure-pipelines.linux.sample.yml+1-1
- docs/samples/ci/azure-pipelines/azure-pipelines.linux.windows.sample.yml+3-3
- docs/samples/ci/azure-pipelines/azure-pipelines.macos.sample.yml+1-1
- docs/samples/ci/azure-pipelines/azure-pipelines.windows.pwsh.sample.yml+1-1
- docs/samples/test/scripts/dep/Install-TestDependencies.ps1-24
- docs/samples/test/scripts/integration/Run-IntegrationTests.ps1-29
- docs/samples/test/test.ps1+52-25
- src/PSModulePublisher/PSModulePublisher.Tests.ps1+17-9
- src/PSModulePublisher/PSModulePublisher.psd1+133
- src/PSModulePublisher/PSModulePublisher.psm1+13
- src/PSModulePublisher/Private/Generate-ModuleManifest.ps1+48-47
- src/PSModulePublisher/Private/Get-ProjectVariables.ps1+28-27
- src/PSModulePublisher/Private/Install-BuildDependencies.ps1+30-29
- src/PSModulePublisher/Private/Publish-Module.ps1-68
- src/PSModulePublisher/Private/Publish-MyModule.ps1+69
- src/PSModulePublisher/Private/Test-Module.ps1+24-23
- src/PSModulePublisher/Private/Test-ModuleManifest.ps1-18
- src/PSModulePublisher/Private/Test-MyModuleManifest.ps1+19
- src/PSModulePublisher/Public/Invoke-Build.ps1+37-37
- src/PSModulePublisher/Public/Invoke-PSModulePublisher.ps1+17-26
- src/PSModulePublisher/Public/Invoke-Publish.ps1+30-30
- src/PSModulePublisher/Public/Invoke-Test.ps1+20-20
- templates/azure-pipelines/steps/powershell/run-build.yml+2-1
- templates/azure-pipelines/steps/powershell/run-publish.yml+2-1
- templates/azure-pipelines/steps/powershell/run-test.yml+2-1
- templates/azure-pipelines/steps/pwsh/run-build.yml+2-1
- templates/azure-pipelines/steps/pwsh/run-publish.yml+2-1
- templates/azure-pipelines/steps/pwsh/run-test.yml+2-1
- test/Mock-Module/src/Mock-Module/Mock-Module.psd1+1-1
- test/test.ps1+60-44
0 commit comments