Closed phil-allen-msft closed 2 months ago
After merging previous changes, found that local build tends towards EFTools.sln, but the CI is using EFTools.msbuild. Replicated build command for EFTools.msbuild and several listed after it in the yml for CI.
How do these changes affect the CI pipeline? Have some CI configurations been updated too?
After merging previous changes, found that local build tends towards EFTools.sln, but the CI is using EFTools.msbuild. Replicated build command for EFTools.msbuild and several listed after it in the yml for CI.
How do these changes affect the CI pipeline? Have some CI configurations been updated too?
No change in CI configuration; it was a matter of local builds were done with the SLN file open, but the CI uses the EFTools.msbuild which calls EFTools.sln. Success in the SLN did not translate into success in the CI, and at the time the "check" for a passing CI build was disabled (now restored).
After merging previous changes, found that local build tends towards EFTools.sln, but the CI is using EFTools.msbuild. Replicated build command for EFTools.msbuild and several listed after it in the yml for CI.