update changeset file
Signed-off-by: Camgoz, Fatih <fatih.camgoz@rbc.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
---
|
||||
|
||||
isCloud function now also checks if hostname is visualstudio.com or endswith visualstudio.com along with dev.azure.com
|
||||
git s
|
||||
|
||||
```diff
|
||||
- const isCloud = (host: string) => host === 'dev.azure.com';
|
||||
+ const isCloud = (host: string) => {
|
||||
|
||||
Reference in New Issue
Block a user