Open LucasLopesr opened 6 months ago
I had problems restoring test packages using "Moq.Dapper" using Azure Pipeline
SDK version net8.0
Command:
- task: NuGetCommand@2 displayName: 'Restore NuGet Packages' inputs: command: restore projects: '*.sln'
Has anyone ever experienced this? locally the restoration happened without problems...
I had problems restoring test packages using "Moq.Dapper" using Azure Pipeline
SDK version net8.0
Command:
Has anyone ever experienced this? locally the restoration happened without problems...