Azure / azure-libraries-for-net

Azure libraries for .Net
MIT License
380 stars 192 forks source link

Deploying a function app with a new package URI does not update the last modified time #388

Open kevineger opened 6 years ago

kevineger commented 6 years ago

Repro steps

Actual behaviour

LastModifiedTime is not updated to be consistent with when the new package was pushed, thus updating the function.

Expected behaviour

LastModifiedTime is updated to the time the function was updated (deployed to).

kevineger commented 6 years ago

Note, this only seems to repro in .Net Framework (v4.5.2)

kevineger commented 6 years ago

Works in 4.6.2