Forum Discussion
EHP
Advocate I
5 years ago[Expression.Error] We couldn't find the file 'secrets.json'
Hi there, I'm getting this error "[Expression.Error] We couldn't find the file 'secrets.json'" in VS in my custom connector. It happens when I try to use values from my Azure environment secret ...
- 5 years ago
I found a solution - adding this section to the .mproj file worked. A rebuild of the solution after changing the file property to Compile may also have worked too.
<Compile Include="secrets.json">
<SubType>Content</SubType>
</Compile>
EHP
Advocate I
5 years agoI found a solution - adding this section to the .mproj file worked. A rebuild of the solution after changing the file property to Compile may also have worked too.
<Compile Include="secrets.json">
<SubType>Content</SubType>
</Compile>