Skip to content

Commit 48edcef

Browse files
committedSep 26, 2023
Release 3.0.0
1 parent 608196e commit 48edcef

File tree

4 files changed

+3154
-0
lines changed

4 files changed

+3154
-0
lines changed
 

‎dist/constants.d.ts

+8
Original file line numberDiff line numberDiff line change
@@ -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

+3,144
Large diffs are not rendered by default.

‎dist/setup-msvc-dev.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {};

‎dist/vswhere.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export declare function findVS(): string;

0 commit comments

Comments
 (0)
Please sign in to comment.