소스 검색

No nuget caching

CPK 11 달 전
부모
커밋
dcec4502e3
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      pipelines/Windows/tests-windows.yml

+ 0 - 5
pipelines/Windows/tests-windows.yml

@@ -59,11 +59,6 @@ steps:
     custom: 'workload'
     arguments: 'install wasi-experimental'
 
-- task: Cache@2
-  displayName: Cache nuget packages, remove before flight
-  inputs:
-    key: 'dotnetNuget-windows'
-    path: '%localappdata%\NuGet\v3-cache'
 
 - task: NuGetCommand@2
   displayName: 'Restore solution'