Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Build 13411144 failed in the Sharpie packaging step because the Makefile expected a package file named with a four-part version (26.3.0.0-...), while dotnet pack produced a normalized three-part NuGet package file (26.3.0-...) when XCODE_BUMP_COMMIT_DISTANCE is 0. Introduce SHARPIE_BIND_TOOL_NUGET_VERSION and use it for SHARPIE_BIND_TOOL_NUPKG_NAME: - when XCODE_BUMP_COMMIT_DISTANCE=0, compute 26.3.<build><prerelease> to match NuGet normalization - otherwise keep using the existing SHARPIE_VERSION (including commit distance) This keeps existing behavior for non-zero distances and fixes the copy source/target mismatch for zero-distance builds. Validation: - make -C tools/sharpie -n pack ... (distance 0 and 5) - make -C tools/sharpie -n all-local ... (distance 0) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
✅ [CI Build #81f6de2] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #81f6de2] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [CI Build #81f6de2] Build passed (Build macOS tests) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
🚀 [CI Build #81f6de2] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 156 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
No description provided.