Azure / Azure/functions-action

Need to include hidden files when using upload-artifact for .NET

Open
#265 1 comment 3 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
184
Forks
92
PR merge metrics
No merged PRs in 30d

Description

Dues to a change in upload-artifact, hidden files are omitted unless `include-hidden-files: true` is included. This creates a problem for apps using .NET on the isolated worker model, as the build output will include a `.azurefunctions` folder, which is required for the app to work.

This should be captured in the README instructions to help users know to avoid the problem state and identify it when it occurs. The action should also warn if it finds that it is deploying to an app using .NET on the isolated worker model, and with this directory missing.

This is a subcategory of https://github.com/Azure/functions-action/issues/262. This leads to a silent failure that is hard to diagnose without knowledge of the upload-artifact issue.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.