When executing our pipelines in this windows runner, after the pipelines ends, it doesnt stop the container and in the next execution all the software isntalled in the previous execution remains in the container.
With linux container it doesnt happen.
To run on Windows, you’ll have to set the runner to run in “host-mode,” which runs the pipelines on the host itself instead of in a container.
If you aren’t running in “host-mode” could you provide some more details on how you have your runner setup, such as how you are managing the service, the labels used, and any other information you think might be relevant?