Hi,
We are using OctopusDeploy to deploy our application (which is in Silverlight). Silverlight creates a file with the extension .xap.
Our pipeline is as follow:
- We generate from TeamCity NuGet packages.
- We push this to a NuGet repository (where OctopusDeploy retrieves it’s packages from)
- Octopus publishes this to Azure.
What I’ve noticed is that when deploying the NuGet package the xap file (which is inside the NuGet pacakage) is not overwritten.
In the logs I found the following lines:
Source filePath (D:\Octopus\Work\folder\QFVClient.xap) does not match destination (folder\App_Data\applications\QFV\ClientBin\2017.3\QFVClient.xap) differing in attributes (size[‘6425824’,‘6427198’],lastWriteTime[‘11/06/2018 07:22:52’,‘10/23/2018 12:04:14’]). Update pending.
Updating file (stgflvwapfls001\App_Data\applications\QFV\ClientBin\2017.3\QFVClient.xap).
Do you guys know what’s causing this?
Regards,
Keethanjan Amuthalingam