Microsoft GH-200 Question Answer
Based on the YAML below, which two statements are correct? (Choose two.)
This workflow will publish a package to an npm registry.
This workflow will publish a package to GitHub Packages.
This workflow file is using a matrix strategy.
The workflow job publish-npm will only run after the build job passes.
The publish-npm job includes the JS-DevTools/npm-publish action, which is used to publish an npm package to an npm registry.
The publish-npm job has the needs: build directive, meaning it will only run after the build job successfully completes.
TESTED 29 Jun 2026
Copyright © 2014-2026 ACE4Sure. All Rights Reserved