2019-10-01 22:13:57 +03:00
|
|
|
name: Enable Developer Command Prompt
|
|
|
|
|
description: Configure Microsoft Visual C++ command line
|
|
|
|
|
inputs:
|
|
|
|
|
arch:
|
|
|
|
|
description: Target architecture
|
|
|
|
|
default: x64
|
|
|
|
|
sdk:
|
|
|
|
|
description: Windows SDK number to build for
|
|
|
|
|
spectre:
|
|
|
|
|
description: Enable Specre mitigations
|
|
|
|
|
toolset:
|
|
|
|
|
description: VC++ compiler toolset version
|
|
|
|
|
uwp:
|
|
|
|
|
description: Build for Universal Windows Platform
|
2022-08-28 00:21:09 -07:00
|
|
|
vsversion:
|
|
|
|
|
description: The Visual Studio version to use. This can be the version number (e.g. 16.0 for 2019) or the year (e.g. "2019").
|
2019-10-01 22:13:57 +03:00
|
|
|
runs:
|
2024-01-01 04:58:10 +01:00
|
|
|
using: node20
|
2019-10-01 22:13:57 +03:00
|
|
|
main: index.js
|
|
|
|
|
branding:
|
|
|
|
|
icon: terminal
|
|
|
|
|
color: purple
|