I have incremented the version of one of the services in my Service Fabric application.
However, when I try to upgrade the cluster I get the error below:
The content in CodePackage Name:Code and Version:1.0.0 in Service Manifest
3>'MYAPPLICATION.ServiceFabricPkg' has changed, but the version number is the same.
3>At C:\Program Files\Microsoft SDKs\Service
3>Fabric\Tools\PSModule\ServiceFabricSDK\Publish-UpgradedServiceFabricApplication.ps1:135 char:38
This is a huge issue for me as one of the best selling points of Service Fabric is being able update one service without touching others.
Does anyone know a solution for this?
Research points to the error being related to compression, so I added
<CopyPackageParameters CompressPackage="false" />
to my Local5Node.xml file.
This makes no difference.
I am trying to do this via publish with Visual Studio 2017.
Cheers
Paul