Commit Graph

97 Commits

Author SHA1 Message Date
Tim Heuer
0b93bd95fc Adding arm64 sniffing support 2022-12-12 12:36:10 -08:00
Tim Heuer
cc48120b57
Merge branch 'master' into arm64 2022-11-13 08:08:00 -07:00
Tim Heuer
645e3f7313 Modifying version and readme notes [skip ci] 2022-11-13 08:01:59 -07:00
Tim Heuer
1ccd12233c Fixing formatting on string arg [skip ci] 2022-11-07 17:16:50 -07:00
Tim Heuer
750ad4a08c Dedupe IDs [skip ci] 2022-11-07 17:13:28 -07:00
Tim Heuer
8c3da926c2 Dedupe IDs [skip ci] 2022-11-07 17:05:30 -07:00
Tim Heuer
e0b9f539d1 Adding arm64 tester [skip ci] 2022-11-07 17:03:36 -07:00
Tim Heuer
e38c2fa359 modifying tester [skip ci] 2022-11-07 16:55:30 -07:00
Tim Heuer
1bba226ea3 Adding arm64 detection 2022-11-07 16:54:38 -07:00
Tim Heuer
0b44c6745b
Merge pull request #94 from microsoft/v1.1.3
Fixes #93 [skip ci]
2022-10-12 16:19:33 -07:00
Tim Heuer
34cfbaee7f Fixes #93 2022-10-12 16:07:40 -07:00
Tim Heuer
a1c1eda384
Merge pull request #90 from microsoft/v1.1.2
V1.1.2
2022-10-11 16:17:00 -07:00
Tim Heuer
d6496d378f version bump 2022-10-11 16:11:40 -07:00
Tim Heuer
b381dbabab Pruned and packed 2022-10-11 15:59:42 -07:00
Tim Heuer
36d6f2fae1 Updating version 2022-10-11 15:56:19 -07:00
Tim Heuer
65aeb87ed1 Merge branch 'Morrisby-master' into v1.1.1 2022-10-11 15:54:09 -07:00
Matt Verrinder
50f8578df5 Update to use Node.js 16 2022-10-11 21:58:04 +01:00
Tim Heuer
fbf0ccc42a Fixes #67 [skip ci] 2021-11-08 15:24:09 -07:00
Tim Heuer
fbf959e541 Merge branch 'MarkIngramUK-patch-1' 2021-11-08 15:17:17 -07:00
Mark Ingram
ce3de01b52
Updated README.md to include vs-prerelease and msbuild-architecture
Inspired by #67 I thought I would propose an update to the readme to cover the two missing inputs.
2021-11-08 22:02:23 +00:00
Tim Heuer
c7c2934c87 Fix #58 clarifying intent and providing example usage [skip ci] 2021-11-03 06:28:29 -07:00
Tim Heuer
c4a66a0e8a Updated docs [skip ci] 2021-11-01 20:07:20 -07:00
Tim Heuer
e48d8c6605 Merge branch 'baronfel-x64-probing' 2021-11-01 20:03:29 -07:00
Tim Heuer
ab534842b4 Merging x64 probe and typos 2021-11-01 20:01:10 -07:00
Tim Heuer
84e0d709b2
Update src/main.ts
Co-authored-by: Heath Stewart <heaths@outlook.com>
2021-11-01 18:58:32 -07:00
Tim Heuer
613696a2a0
Update action.yml
Co-authored-by: Heath Stewart <heaths@outlook.com>
2021-11-01 18:58:16 -07:00
Chet Husk
6c2e301a93 add probing for x64 msbuild binaries 2021-11-01 16:58:33 -05:00
Tim Heuer
0cd944e169
Merge pull request #61 from microsoft/dependabot/npm_and_yarn/ws-5.2.3 [skip ci]
Bump ws from 5.2.2 to 5.2.3
2021-08-24 14:21:52 -06:00
Tim Heuer
aaa8d4fac0
Merge pull request #57 from microsoft/dependabot/npm_and_yarn/path-parse-1.0.7 [skip ci]
Bump path-parse from 1.0.6 to 1.0.7
2021-08-24 14:21:40 -06:00
Tim Heuer
323ede3ce9
Merge pull request #53 from microsoft/dependabot/npm_and_yarn/hosted-git-info-2.8.9 [skip ci]
Bump hosted-git-info from 2.8.5 to 2.8.9
2021-08-24 14:21:26 -06:00
Tim Heuer
dfaf113754
Merge pull request #52 from microsoft/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.19 to 4.17.21
2021-08-24 14:21:11 -06:00
Tim Heuer
33941d8101
Merge pull request #51 from microsoft/dependabot/npm_and_yarn/handlebars-4.7.7
Bump handlebars from 4.5.3 to 4.7.7
2021-08-24 14:20:59 -06:00
Tim Heuer
8611b39e1b
Merge pull request #46 from microsoft/dependabot/npm_and_yarn/y18n-4.0.1 [skip ci]
Bump y18n from 4.0.0 to 4.0.1
2021-08-24 14:20:46 -06:00
dependabot[bot]
2cbcfcb795
Bump ws from 5.2.2 to 5.2.3
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-24 20:00:17 +00:00
Tim Heuer
a7d39343f8
Merge pull request #60 from microsoft/v1.0.3 [skip ci]
Merging 1.0.3 changes
2021-08-24 13:59:39 -06:00
Tim Heuer
9546707e6b Fixing input warning message 2021-08-24 12:54:44 -07:00
Tim Heuer
f9e64ce582 Adding pre-release input flag 2021-08-24 12:51:38 -07:00
Tim Heuer
6387a9728e Merge branch 'Clancey-patch-1' 2021-08-24 12:45:51 -07:00
dependabot[bot]
412f270368
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 04:46:29 +00:00
James Clancey
455ec54ae7
Always use -latest 2021-07-13 14:36:17 -08:00
James Clancey
4917605713
Allows vs-prerelease option Fixes #45 2021-07-13 13:31:52 -08:00
James Clancey
7561732237
Added an option for allow-prerelease 2021-07-13 13:22:52 -08:00
dependabot[bot]
047d9a0678
Bump hosted-git-info from 2.8.5 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 14:56:14 +00:00
dependabot[bot]
9afe006fef
Bump lodash from 4.17.19 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 08:06:47 +00:00
dependabot[bot]
babd7930ed
Bump handlebars from 4.5.3 to 4.7.7
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.3...v4.7.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-08 20:43:55 +00:00
dependabot[bot]
7626c90a39
Bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 18:28:35 +00:00
Tim Heuer
1982f45c48
Update README.md
Clarifying more that this is only for MSBuild
2021-03-15 08:05:45 -07:00
Tim Heuer
0e477eda77 Adding doc on release process 2020-10-06 09:20:39 -07:00
Tim Heuer
f032e55f3f Update readme to latest version 2020-10-06 08:57:14 -07:00
Tim Heuer
6a8fedefe9
Merge pull request #25 from microsoft/dependabot/npm_and_yarn/actions/core-1.2.6
Bump @actions/core from 1.2.0 to 1.2.6
2020-10-06 08:28:29 -07:00