We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608196e commit 48edcefCopy full SHA for 48edcef
dist/constants.d.ts
@@ -0,0 +1,8 @@
1
+export declare const INPUT_ARCHITECTURE = "arch";
2
+export declare const INPUT_VS_PATH = "vs-path";
3
+export declare const INPUT_SDK = "sdk";
4
+export declare const INPUT_SPECTRE = "spectre";
5
+export declare const INPUT_TOOLSET = "toolset";
6
+export declare const INPUT_UWP = "uwp";
7
+export declare const INPUT_EXPORT_VCVARSALL = "export-path-to-vcvarsall";
8
+export declare const INPUT_EXPORT_VS = "export-path-to-vs";
dist/index.js
dist/setup-msvc-dev.d.ts
@@ -0,0 +1 @@
+export {};
dist/vswhere.d.ts
+export declare function findVS(): string;
0 commit comments