You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve dotnet publish --no-restore issues with multi-architecture builds
- Add BUILDPLATFORM and TARGETARCH support to Dockerfile
- Use architecture-specific restore and publish commands
- Remove problematic --no-restore flag to prevent NuGet resolution errors
- Supports both ARM64 and x86_64 builds
- Resolves build issues reported in PayrollEngine/PayrollEngine#2
0 commit comments