YAML examples for Windows
Run commands on Windows
yaml- action: "Run commands on Windows" type: "NATIVE_BUILD_WINDOWS" trigger_time: "ON_EVERY_EXECUTION" working_directory: "/buddy/my-project" shell: "POWERSHELL" distribution: "WINDOWS_SERVER_2019" ami: id: "ami-123456" port: "5986" user: "Administrator" commands: - "npm install" - "npm run build"