Questions tagged [pubxml]

30 questions
1
vote
1 answer

Visual Studio 2022 push to custom docker container stopped working after changing image name

I have a visual studio .pubxml for publish into a custom docker container with a dockerfile. It's working well, the build generates the image and then the push is done correctly. The problem is that I need to change the image name to push, by…
1
vote
0 answers

pubxml custom file copy if not exists

I have added a section to my publish profile that copies the contents of an external folder to the bin folder. The contents of the folder are two dll's that are included so that we can use spatial functions. The issue I am having is that the DLL's…
user2623955
  • 175
  • 6
1
vote
1 answer