Skip to content

Instantly share code, notes, and snippets.

@kparkov
Created January 15, 2020 10:23
Show Gist options
  • Save kparkov/ea627c77a39aa742c869ba040a6a4ff8 to your computer and use it in GitHub Desktop.
Save kparkov/ea627c77a39aa742c869ba040a6a4ff8 to your computer and use it in GitHub Desktop.
Run Powershell script during post-build in .NET #powershell #visual-studio #csharp
"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -file $(SolutionDir)Powershell\Post-Build.ps1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment