🔥 3-day streak
Microsoft DevOps Engineer Expert103 / 138
Question 103 of 138
Your team's GitHub Actions workflow has a 'build' job that compiles a .NET application and produces a set of binaries in a 'publish' folder. A separate 'deploy' job, which runs on a different runner after 'build' completes, needs to consume those binaries to deploy to Azure App Service. The binaries are not committed to the repository. What is the correct way to transfer the compiled output from the 'build' job to the 'deploy' job?
Reviewed for accuracy · Report an issueNext question