nerdexam
Microsoft

AZ-400 · Question #505

You plan to publish build artifacts by using an Azure pipeline. You need to create an .artifactignore file that meets the following requirements: - Includes all files in the build output folder and al

The correct answer is B. **/*. https://learn.microsoft.com/en-us/azure/devops/artifacts/reference/artifactignore?view=azure-

Submitted by yuriko_h· Mar 6, 2026Design and implement build and release pipelines

Question

You plan to publish build artifacts by using an Azure pipeline. You need to create an .artifactignore file that meets the following requirements: - Includes all files in the build output folder and all subfolders - Excludes files that have the .dll extension What should you include in the file?

Options

  • A./**
  • B*/
  • C/*
  • D*/

How the community answered

(28 responses)
  • A
    11% (3)
  • B
    82% (23)
  • C
    4% (1)
  • D
    4% (1)

Explanation

https://learn.microsoft.com/en-us/azure/devops/artifacts/reference/artifactignore?view=azure-

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice