We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13db854 commit 84b78baCopy full SHA for 84b78ba
1 file changed
ModuleFast.ps1
@@ -51,6 +51,8 @@ function Import-NuGetVersioningAssembly {
51
[CompressionMode]::Decompress
52
).CopyTo($assemblyStream)
53
54
+
55
+ Write-Debug 'Loading Inline NugetVersion'
56
[void][Assembly]::Load($assemblyStream.ToArray())
57
if (-not ('NuGet.Versioning.VersionRange' -as [Type])) {
58
throw 'NuGet Versioning Assembly Failed to Load'
0 commit comments