CARRINHO
In a clean build agent, you often have no pre-configured NuGet provider. Adding -Force ensures idempotency:
In short: -Force ensures that after the command runs, you have a working, latest-stable version of the NuGet provider. install-packageprovider -name nuget -force
In a clean build agent, you often have no pre-configured NuGet provider. Adding -Force ensures idempotency:
In short: -Force ensures that after the command runs, you have a working, latest-stable version of the NuGet provider.