Hi Dojo,
I would like to publish a single script to my local agent. However, DIS does not allow this because the script is included in multiple packages.

Is there a way to configure DIS so that only this specific script can be published?
DIS version: 3.1.25
Thanks in advance.
Hi Jens,
If this script is built using the SDK, you can configure it to Generate a DataMiner Package in the csproj file when you run dotnet build on the project. You can find this in the bin/Debug/net48/DataMinerBuild folder in the script folder and then upload the dmapp to your local agent using SLNet Client tool.
Note that configuring a script to Generate a DataMiner Package will mean the Dotnet Publish will try to publish it to Catalog so be sure to disable it when you no longer need to test that script.
Here's the link to the documentation: Skyline DataMiner SDK project properties | DataMiner Docs
I hope this helps,
Bauti