Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Execution Details

Environment:Build
Script:Build25
Pipeline:Release25 (Build)
Created:1/29/2026 3:27:33 PM by gdivis@inedo.local
Start date:1/29/2026 3:27:33 PM
Completed date:1/29/2026 3:28:59 PM (1min 25s)
Status:Failed

Your account is not authorized to view debug logs in this context, therefore certain groups' log entries may appear empty.

  • Execution Logs1min 25s

    • Package Extensions2s

      • Get extensions2s

        PSCall global::Get-BestExtensionVersions is improperly formatted: A file extension (.ps1) was expected, and a "Parameters" argument was expected. This may result in errors upon execution.
    • Compile Project1min 7s

      • Build ProGet1min 6s

        • Windows1min 6s

          • Execute $bytes = (Invoke-WebRequest "https://cdn.inedo.com/pgdb/pgmpdb.ah" -UseBasicParsing).Content [System.IO.Compression.BrotliDecoder]::Decompress($bytes) | Set-Content "$PathCombine($ApplicationDirectory, win-x64\service\pgmpdb.ahdb)" -Encoding Byte -NoNewline using Windows PowerShell2.1s

            At line:3 char:67
            + …            [System.IO.Compression.BrotliDecoder]::Decompress(`$bytes) …
            +                                                                ~
            Missing ')' in method call.
            
            At line:3 char:67
            + …     [System.IO.Compression.BrotliDecoder]::Decompress(`$bytes) | Set- …
            +                                                         ~~~~~~~
            Unexpected token '`$bytes' in expression or statement.
            
            At line:3 char:74
            + …    [System.IO.Compression.BrotliDecoder]::Decompress(`$bytes) | Set-C …
            +                                                               ~
            Unexpected token ')' in expression or statement.
            
            At line:3 char:76
            + …  [System.IO.Compression.BrotliDecoder]::Decompress(`$bytes) | Set-Con …
            +                                                               ~
            An empty pipe element is not allowed.