Replace CreateAssemblyGenerator.exe by CreateAssemblyGenerator.ps1#68
Replace CreateAssemblyGenerator.exe by CreateAssemblyGenerator.ps1#68TheConstructor wants to merge 3 commits intotSQLt-org:mainfrom
Conversation
|
Hey @TheConstructor, We think this is a great idea, but did you try to run the build? When we pull the new code, it breaks the build in Windows. And when we fix the basics in Windows, it looks like it has missing parameters. Can you please look again? --Liz |
|
Hey @lizbaron, I will try to make this more reliable. Just out of curiosity: which PowerShell may I require? I understand https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell that pwsh might be specific to PowerShell Core. I should be able to use powershell instead of pwsh on Windows. Thank you for looking into this! |
|
Hey @lizbaron, could you try the version with powershell on Windows? It would also help me, if you could include the exact error. I currently mainly work on a Mac OS X machine and may not be able to reproduce all errors. Thank You! |
I couldn't find the source of
CreateAssemblyGenerator.exeand would like to render everything outside assembly compilation unix-compatible. Replacing the executable by a similar PowerShell-script should serve both purposes.