-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
This simple upgrade PR updates Microsoft.Build.Locator from 1.4.1 to 1.5.3, the PR validation shows that the program now fails, exclusively when run in an x86 process. x64 is fine.
[xUnit.net 00:00:25.18] BuildIntegrationLibGit2Tests.PublicRelease_RegEx_SatisfiedByCI(serverProperties: [[APPVEYOR_REPO_TAG_NAME, ], [BUILD_SOURCEBRANCH, refs/heads/release], [APPVEYOR_PULL_REQUEST_NUMBER, ], [APPVEYOR_REPO_TAG, ], [APPVEYOR, ], ...]) [FAIL]
Error Message:
System.BadImageFormatException : An attempt was made to load a program with an incorrect format. (0x8007000B)
Stack Trace:
at BuildIntegrationTests.Init()
at BuildIntegrationTests..ctor(ITestOutputHelper logger) in D:\a\1\s\test\Nerdbank.GitVersioning.Tests\BuildIntegrationTests.cs:line 117
at BuildIntegrationLibGit2Tests..ctor(ITestOutputHelper logger) in D:\a\1\s\test\Nerdbank.GitVersioning.Tests\BuildIntegrationTests.cs:line 71
Failed BuildIntegrationLibGit2Tests.GetBuildVersion_CustomBuildNumberOffset [1 ms]
Error Message:
System.BadImageFormatException : An attempt was made to load a program with an incorrect format. (0x8007000B)
Stack Trace:
at BuildIntegrationTests.Init()
at BuildIntegrationTests..ctor(ITestOutputHelper logger) in D:\a\1\s\test\Nerdbank.GitVersioning.Tests\BuildIntegrationTests.cs:line 117
Is the Locator finding the x64 binaries when it should be finding x86 binaries?
Metadata
Metadata
Assignees
Labels
No labels