Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet publish-release #2630

Open
gmcfrear opened this issue Apr 9, 2024 · 1 comment
Open

dotnet publish-release #2630

gmcfrear opened this issue Apr 9, 2024 · 1 comment
Milestone

Comments

@gmcfrear
Copy link

gmcfrear commented Apr 9, 2024

Ref: #1360 (comment)

I had the same experience.

appService.preDeployTask": "publish-release", was incorrect.
I changed it to appService.preDeployTask": "publish", and it worked as expected.

This is in .vscode > settings.json

@nturinski
Copy link
Member

Seems like we may want to update the preDeployTask to just be publish instead of publish-release. I'm not sure if publish-release is still being used.

@nturinski nturinski added this to the 0.26.0 milestone Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants