Skip to content

Commit 84b78ba

Browse files
committed
🐛 Add debug note for assembly load
1 parent 13db854 commit 84b78ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ModuleFast.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ function Import-NuGetVersioningAssembly {
5151
[CompressionMode]::Decompress
5252
).CopyTo($assemblyStream)
5353

54+
55+
Write-Debug 'Loading Inline NugetVersion'
5456
[void][Assembly]::Load($assemblyStream.ToArray())
5557
if (-not ('NuGet.Versioning.VersionRange' -as [Type])) {
5658
throw 'NuGet Versioning Assembly Failed to Load'

0 commit comments

Comments
 (0)