Capgemini / Capgemini/msbuild-xrm-sourcecontrol
Cannot bind argument to parameter 'environmentVariable' because it is an empty string.
- Dominant language
- PowerShell
- Stars
- 11
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
@Dave-Robertson92 we are using Capgemini.Crm.VisualStudioExtensions" version="2.0.6" in our project, since it's not supporting Oauth authentication ,we changed it to `` and changed the crmconfiguration.props file as follows,
```
Solutionname
XRMExtract
Url=https://XXXXXX.crm4.dynamics.com; Username=XXXXXX.onmicrosoft.com; Password=XXXXX; AuthType=OAuth; AppId = XXX-XX-XXXX-XXX-XXXX; RedirectUri = app://XXX-XX-XXXX-XXX-XXXX; LoginPrompt=Auto;
0
0
```
However, with the new .prop file `` property got introduced and In the description of the nugget package here we don't find any information around this property.
Because of this property, we are not able to clean/ build our project and getting the error:
Cannot bind argument to parameter 'environmentVariable' because it is an empty string.
Could you please help us with the missing property information, and what should we add here to make it work?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.