Aaron Moore
Aaron Moore
Tests ran fine locally but I encountered this exact issue in Azure Devops CI. I can also confirm the workaround.
Yes, my repo name and one of the parent project folders both have one/more dots in them. Repo name is `{Dept}.{Project}` and the sub-project inside the repo is `{Dept}.{Project}.Web`. Strange...
Local is Windows 10. Build box is Windows Server 2016.
Workaround: set `checkcontentformat=0` in `/etc/upmpdcli.conf` It appears this issue is because SWYH is not sending the metadata that upmpdcli is expecting.
I ran into this without VS Code or Visual Studio open at all - simply running from CLI (tried windows terminal - powershell/cmd, and cmd standalone). However, I found an...
I've been trying to narrow down if it's related to post-build/publish events or things like what is running in Program.cs or Startup.cs (web api project). So far nothing makes a...
Not exactly sure this is right but: build_hooks.js (at the package level, not root. Mine's at @my-scope/myModule/build_hooks.js) ``` const globals = { 'rxjs/Observable': 'Observable' }; module.exports.rollupFESM = function (config) {...