Skip to content

Commit

Permalink
Merge pull request #97 from AsBuiltReport/dev
Browse files Browse the repository at this point in the history
removed dhcp from modules
  • Loading branch information
rebelinux committed May 23, 2023
2 parents 5258beb + dd8734a commit f5a67e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
shell: pwsh
run: |
Install-Module -Name AsBuiltReport.Core -Repository PSGallery -Force
- name: Install AsBuiltReport.Microsoft.DHCP module
shell: pwsh
run: |
Install-Module -Name AsBuiltReport.Microsoft.DHCP -Repository PSGallery -Force
- name: Install PSPKI module
shell: pwsh
run: |
Expand Down
4 changes: 0 additions & 4 deletions AsBuiltReport.Microsoft.AD.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ RequiredModules = @(
@{
ModuleName = 'PScriboCharts';
ModuleVersion = '0.9.0'
},
@{
ModuleName = 'AsBuiltReport.Microsoft.DHCP';
ModuleVersion = '0.1.0'
}
)

Expand Down

0 comments on commit f5a67e3

Please sign in to comment.