Skip to content

Update Sample Readme's to include a PShell Script let to set up appsettings for C# projects #141

Description

@MattB-msft

Ref:
Consider using the same approach as in nodejs, providing a manifest.template.json with a helper script to replace the values:

Replace Manifest Values
```ps
$url='{tunnelUrl}'
$clientId='{clientId}'
(Get-Content public/manifest.template.json).Replace('{baseUrl}', $url).Replace('{clientId}', $clientId) | Set-Content public/manifest.json

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Fields

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions