[sharpie] Ignore warnings about long paths when packaging sharpie.#25615
Conversation
We're only executing on macOS, so long paths are fine.
There was a problem hiding this comment.
Pull request overview
Suppresses the NU5123 NuGet packaging warning about long file paths when packaging the Sharpie.Bind.Tool, since the tool only runs on macOS where long paths are supported.
Changes:
- Add
NU5123toNoWarnin the Sharpie.Bind.Tool csproj with an explanatory comment.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
✅ [PR Build #0e55db3] Build passed (Detect API changes) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #0e55db3] Build passed (Build packages) ✅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 |
✅ [PR Build #0e55db3] Build passed (Build macOS tests) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
🚀 [CI Build #0e55db3] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 193 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 Linux Build VerificationPipeline on Agent |
We're only executing on macOS, so long paths are fine.