Chad Hollman

Results 27 comments of Chad Hollman

@GuofuHuang this is typical of an angular2 app and like @vsivsi said you might need to `import` it. When is it that you see this message? Is it in your...

What version of azure devops are you on?

@mrajjii did it work just fine in 2019 and then stop working in 2020?

I just installed it and it's working in DevOps Server 2019 as far as I can tell. But I'll be upgrading to 2020 possibly as soon as this weekend.

I'm having a similar issue. ``` "repository": { "url": "http://my.tfs.server:8080/tfs/MyTfsCollection/MyTfsProject/_git/MyGitRepository", "type": "git" }, "standard-version": { "commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}" } ``` yeilds: `http://my.tfs.server:8080///commit/7e7470ceda222a0bbca58e699e740a486449b930` ``` $ npm run standard-version -- --version > [email protected]...

This is a good question. There should be a PR for this.