Support Board
Date/Time: Sun, 15 Jun 2025 08:12:55 +0000
Post From: How to Use Visual Studio 2022 Community to Develop Custom Studies for Sierra Chart
[2025-06-04 11:06:25] |
User214580 - Posts: 1 |
One thing I had to change to resolve the Execution Policy error was to add "-ExecutionPolicy Bypass" to both Pre/Post-Build Event command lines. Example: "C:\Program Files\PowerShell\7\pwsh.exe" -ExecutionPolicy Bypass -File "ReleaseDLL.ps1" |