We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4c9c75 + 0d581bd commit 7339e9cCopy full SHA for 7339e9c
.github/workflows/Release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install AsBuiltReport.Core module
17
shell: pwsh
18
run: |
19
- Install-Module -Name AsBuiltReport.Core -Repository PSGallery -Force
+ Install-Module -Name AsBuiltReport.Core -Repository PSGallery -RequiredVersion 1.5.0 -AllowPrerelease -Force
20
- name: Test Module Manifest
21
22
0 commit comments