Hi Oleg,
There is no PC which I have access involved in this process, it's a VM hosted by Microsoft in their cloud environment for DevOps, and it is dinamically created/allocated.
So it's not a machine with a fixed hardware id, and I have no control over it, there is no explicit login to the machine also.
This is the VM used in this pipeline:
pool:
vmImage: 'windows-2019'
This is where the license should be read (I tried everything here, even purchased a new license to use the last version of Net Reactor, which was a mistake I made)
- task: DotNetReactorTool@0
displayName: Activate License for NetReactor
inputs:
version: '6.9.0.0'
license: 'hMXw6GpxGVj87v6RLKLYmm7kMOs6rNfDqNWkh4mbRqYsMs70uemeQEVQZ1V7hoTGp.....'
#license: '$(Build.SourcesDirectory)/Setup/NetReactor/license.license'