Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
be6ba47
Update System versions
T-Gro May 27, 2025
926a0da
update version.details.xml (system packages from 8 to 9)
T-Gro May 27, 2025
dd1b70f
Adding diagsource
T-Gro May 27, 2025
e2c374d
Update Versions.props
T-Gro May 27, 2025
1ecf828
Update Versions.props
T-Gro May 27, 2025
8ab767c
Update Versions.props
T-Gro May 27, 2025
5337b86
Update Versions.props
T-Gro May 27, 2025
c895ba8
Update Version.Details.xml
T-Gro May 27, 2025
eadcd71
Update Versions.props
T-Gro May 27, 2025
b9a2008
roslyn+vs versions
T-Gro May 27, 2025
5da0fa6
nerdbank warnings...
T-Gro May 27, 2025
788576b
4 warnings only?!
T-Gro May 28, 2025
158e0cf
0 nuget warnings, rock halelujah
T-Gro May 28, 2025
031be1c
adjusting to API changes
T-Gro May 28, 2025
2c385ca
one more time ♫ ♪ ♬
T-Gro May 28, 2025
1c4beed
Fantom(as) of the opera ♫ ♪ ♬
T-Gro May 28, 2025
991eef8
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] May 30, 2025
58d1449
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Jun 3, 2025
4193c78
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Jun 4, 2025
f9405c3
Merge branch 'main' into darc-main-243912c4-b7a9-4680-874c-2532b3aaecf2
T-Gro Jun 4, 2025
64f4da0
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Jun 5, 2025
8a6cc8b
Troubleshoot msbuild update
T-Gro Jun 5, 2025
acb4605
Merge branch 'main' into T-Gro-patch-2
T-Gro Jun 5, 2025
857a1dc
Update azure-pipelines-PR.yml
T-Gro Jun 5, 2025
231a911
Merge branch 'T-Gro-patch-2' of https://github.com/dotnet/fsharp into…
T-Gro Jun 5, 2025
5e17bca
capture msbuild logs
T-Gro Jun 5, 2025
3f1ab22
Update azure-pipelines-PR.yml
T-Gro Jun 5, 2025
c9f3587
xx
T-Gro Jun 5, 2025
7330211
Merge branch 'T-Gro-patch-2' of https://github.com/dotnet/fsharp into…
T-Gro Jun 5, 2025
8a3b26b
gimme gimme some binlogs at midnight
T-Gro Jun 5, 2025
fe6cb4c
one more time
T-Gro Jun 5, 2025
c857376
Update vsintegration/tests/UnitTests/AssemblyResolver.fs
T-Gro Jun 6, 2025
6a05667
Merge branch 'main' into T-Gro-patch-2
T-Gro Jun 6, 2025
547e73d
Merge branch 'main' into T-Gro-patch-2
T-Gro Jun 23, 2025
9b02f75
Merge branch 'main' into T-Gro-patch-2
T-Gro Jun 30, 2025
588bb9c
Merge branch 'main' into T-Gro-patch-2
T-Gro Jul 1, 2025
55e14b5
Update VsMocks.fs
T-Gro Jul 3, 2025
456d99d
Update TestLib.ProjectSystem.fs
T-Gro Jul 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update vsintegration/tests/UnitTests/AssemblyResolver.fs
  • Loading branch information
T-Gro authored Jun 6, 2025
commit c85737623e60fdad7b8c7d03a97f63a914636580
2 changes: 1 addition & 1 deletion vsintegration/tests/UnitTests/AssemblyResolver.fs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module AssemblyResolver =
let vsInstallDir =
// use the environment variable to find the VS installdir
let vsvar =
let var = Environment.GetEnvironmentVariable("VS180COMNTOOLS")
let var = Environment.GetEnvironmentVariable("VS170COMNTOOLS")
if String.IsNullOrEmpty var then
Environment.GetEnvironmentVariable("VSAPPIDDIR")
else
Expand Down
Loading