hello, i just finished adding a couple of things to my pserver, but when i tryed to rebuild it i got and error on this line of nuget.targets

<Exec Command="$(RestoreCommand)"
LogStandardErrorAsError="true"
Condition="'$(OS)' == 'Windows_NT' And Exists('$(PackagesConfig)')" />

can someone tell me what that means and how to solve it please?

edit: oh,ok i solved it by deleting nuget.exe, and waiting for it to get downloaded again while rebuilding the server