Nuget package in Jenkins that is using windows slave running on EC2 on demand error MSB6003

0

I am creating nuget package in Jenkins that is using windows slave running on EC2 on demand. This uses WinRM and then runs my command. Howvever, I am getting error as posted here:-

c:\jenkins1\ .nuget\NuGet.targets(100,9): error MSB6003: The specified task executable "cmd.exe" could not be run. The paging file is too small for this operation to complete

I have adjusted page file and created new AMI but it is failing. The same nuget package is working fine when I have created static Windows slave hooked to jenkins.

Any recommendation

Rahul

Posted 2019-04-07T03:02:37.007

Reputation: 1

No answers