You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select 'Function'. Then the HttpTrigger file will be opened.
Deploy to Azure Function App.
Update the code.
Deploy again. Verify whether you can get the updated content in Terminal window.
Expect:
The content is updated.
Actual:
The content isn't updated.
More Info:
This issue doesn't reproduce on JavaScript.
This issue also reproduce on Mac.
If you update the code and F5. Then deploy again, you can get the updated content.
The text was updated successfully, but these errors were encountered:
ejizba
changed the title
The content isn't updated after deploying with updated code
Automatically do a build before deploying C# function projects
Feb 13, 2018
This is expected - you have to re-build your project before deploying. However, we could consider automatically doing that for the user - renamed issue to reflect that
This requires waiting on the build task to complete before deploying, which isn't possible through the VS Code extension api today. However, it was just added to the proposed API here microsoft/vscode#45664
I think its worth waiting for that API rather than doing something hacky to enable this feature
Repro steps:
Expect:
The content is updated.
Actual:
The content isn't updated.
More Info:
The text was updated successfully, but these errors were encountered: