I think I'm either missing something in translation or the tooling is faulty.
If i create a new .NetCore2 webapi service fabric application. (using latest SF SDK 2.7.198 and VS2017 (15.3.1))
So i want to test a version 2
Have i missed a step here? or is this part of the tooling broken in VS2017 15.3.1?
Also I added step 4 and 4 after i tested this previously and got the same response. But should the publish action do a build/package before it copies/publishes the codepackage?
Ok this was my mis-understanding. Whilst i set the application and servicemanifest versions in the Edit Manifest Version Dialog i didn't spot the arrow next to the service, which expands so you can see the codepackage version. I'm guess this is why it never included a new copy of the code when deploying.