Skip to content

Fix publish command to target the correct project directory#1010

Merged
shibayan merged 1 commit intomasterfrom
fix-publish
Apr 4, 2026
Merged

Fix publish command to target the correct project directory#1010
shibayan merged 1 commit intomasterfrom
fix-publish

Conversation

@shibayan
Copy link
Copy Markdown
Member

@shibayan shibayan commented Apr 4, 2026

This pull request updates the publish process in the GitHub Actions workflow to target the correct project for deployment.

  • Workflow configuration update:
    • The dotnet publish command in .github/workflows/publish.yml now publishes the Acmebot.App project instead of the previous Acmebot project, ensuring the correct application is built and deployed.

@shibayan shibayan self-assigned this Apr 4, 2026
@shibayan shibayan added the bug Something isn't working label Apr 4, 2026
Copilot AI review requested due to automatic review settings April 4, 2026 04:09
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the GitHub Actions publish workflow to build and package the correct Azure Functions application project for deployment.

Changes:

  • Update the dotnet publish target from ./src/Acmebot to ./src/Acmebot.App in the publish workflow.
  • Adjust the publish command options as part of the command update (notably, the runtime identifier argument changes).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/publish.yml
@shibayan shibayan merged commit 1346e4e into master Apr 4, 2026
8 checks passed
@shibayan shibayan deleted the fix-publish branch April 4, 2026 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants