Skip to content

Docker build issue with server content: COPY --from=...server:10.0.20348.2529 C:/Windows/SystemResources/mfplat.dll.mun... failed to copy files: failed to copy file: open ...Windows\SystemResources\mfplat.dll.mun: Access is denied. #3

Docker build issue with server content: COPY --from=...server:10.0.20348.2529 C:/Windows/SystemResources/mfplat.dll.mun... failed to copy files: failed to copy file: open ...Windows\SystemResources\mfplat.dll.mun: Access is denied.

Docker build issue with server content: COPY --from=...server:10.0.20348.2529 C:/Windows/SystemResources/mfplat.dll.mun... failed to copy files: failed to copy file: open ...Windows\SystemResources\mfplat.dll.mun: Access is denied. #3

name: Policy Reminder
on:
issues:
types: [opened]
jobs:
policy-reminder:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Remind New Issues of Support Policy
run: gh issue comment "$NUMBER" --body "$BODY"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
BODY: >
**Thank you for creating an Issue**. Please note that GitHub is not an official
channel for Microsoft support requests. To create an official support request,
please open a ticket [here](https://learn.microsoft.com/en-us/services-hub/unified/support/open-support-requests).
Microsoft and the GitHub Community strive to provide a best effort in answering
questions and supporting Issues on GitHub.