Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 26, 2023
1 parent 608196e commit 48edcef
Show file tree
Hide file tree
Showing 4 changed files with 3,154 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dist/constants.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export declare const INPUT_ARCHITECTURE = "arch";
export declare const INPUT_VS_PATH = "vs-path";
export declare const INPUT_SDK = "sdk";
export declare const INPUT_SPECTRE = "spectre";
export declare const INPUT_TOOLSET = "toolset";
export declare const INPUT_UWP = "uwp";
export declare const INPUT_EXPORT_VCVARSALL = "export-path-to-vcvarsall";
export declare const INPUT_EXPORT_VS = "export-path-to-vs";
Loading

0 comments on commit 48edcef

Please sign in to comment.