Browse Source

Merge pull request #642 from PixiEditor/Pipeline-Caching

Pipeline Caching
Krzysztof Krysiński 10 months ago
parent
commit
e1a6184142
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pipelines/Windows/tests-windows.yml

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

@@ -46,6 +46,12 @@ steps:
 
 - task: NuGetToolInstaller@1
 
+- task: Cache@2
+  displayName: Cache dotnet workloads
+  inputs:
+    key: 'dotnetWorkloads-windows'
+    path: 'C:\ProgramData\dotnet\workloads'
+
 - task: DotNetCoreCLI@2
   displayName: Install wasi-wasm
   inputs: