diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9cf4cda1..00687310 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -68,7 +68,6 @@ stages: cacheHitVar: 'CACHE_RESTORED' - task: NuGetCommand@2 displayName: 'NuGet restore' - condition: ne(variables.CACHE_RESTORED, true) inputs: command: 'restore' restoreSolution: '$(solution)'