blazor-starter icon indicating copy to clipboard operation
blazor-starter copied to clipboard

Fix: Explicitly define in the GitHub action the Api, Client, and wwwroot

Open csharpfritz opened this issue 4 years ago • 1 comments

The current version of the template relies on these being discovered by the build action. Sometimes this is not discovered properly so I suggest we explicitly configure them by default

csharpfritz avatar Feb 18 '21 15:02 csharpfritz

Do you mean for the build process itself?

Presently we're unable to ship the YAML build file within a repo in a reliable manner, as it requires some access tokens that Azure generates for you (and you're unable to generate yourself).

A better place to raise that sort of an issue would be on https://github.com/Azure/static-web-apps/issues

aaronpowell avatar Feb 25 '21 02:02 aaronpowell