Commit Graph

4 Commits

Author SHA1 Message Date
spouliot 813f76138c Fix web.config patch: use XPath instead of property navigation
Property-path navigation returns an empty string when the <location>
wrapper is absent from the published web.config, causing AppendChild
to fail. SelectSingleNode("//aspNetCore") works regardless of structure.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 17:25:50 -04:00
spouliot fc9ddc6d17 Patch web.config with Development after each deploy 2026-04-24 10:04:41 -04:00
spouliot c1b537bc4f Fix EF migration to specify ApplicationDbContext 2026-04-24 09:33:55 -04:00
spouliot 6ddf428c10 Add dotnet-ef tool manifest and dev Jenkinsfile for CI 2026-04-24 09:03:23 -04:00