Skip to content

Commit fb2274c

Browse files
Fixed CI issues
1 parent 314090f commit fb2274c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Src/DSInternals.PowerShell/Chocolatey/dsinternals-psmodule.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The DSInternals PowerShell Module has these main features:
3737
## Disclaimer
3838
Features exposed through these tools are not supported by Microsoft. Improper use might cause irreversible damage to domain controllers or negatively impact domain security.</description>
3939
<releaseNotes>
40-
* Resolved issues with parsing LAPS passwords and key credentials
40+
* Resolved issues with parsing LAPS passwords and key credentials.
4141
</releaseNotes>
4242
<dependencies>
4343
<!-- Windows Management Framework 3+. For OS prior to Windows 8 and Windows Server 2012. -->

Src/DSInternals.PowerShell/DSInternals.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ RequiredAssemblies = @()
175175
FileList = @(
176176
'DSInternals.types.ps1xml',
177177
'License.txt',
178+
'Integrity.Tests.ps1',
178179
'en-US\about_DSInternals.help.txt',
179180
'en-US\DSInternals.PowerShell.dll-Help.xml',
180181
'net48\DSInternals.Common.dll',

0 commit comments

Comments
 (0)