Select the types of activity you want to include in your feed.
1@echo off 2setlocal 3 4REM Simple wrapper to run the PowerShell build script 5powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0build_windows.ps1" 6 7endlocal