File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,6 @@ stages:
36
36
displayName : ' ⚙️ Compile'
37
37
dependsOn : [ Setup ]
38
38
steps :
39
- - task : Cache@2
40
- inputs :
41
- key : $(Agent.OS) | **/global.json, **/*.csproj
42
- restoreKeys : $(Agent.OS)
43
- path : ~/.nuget/packages
44
39
- task : CmdLine@2
45
40
inputs :
46
41
script : ' ./build.cmd Restore Compile --skip'
@@ -50,11 +45,6 @@ stages:
50
45
strategy :
51
46
parallel : 4
52
47
steps :
53
- - task : Cache@2
54
- inputs :
55
- key : $(Agent.OS) | **/global.json, **/*.csproj
56
- restoreKeys : $(Agent.OS)
57
- path : ~/.nuget/packages
58
48
- task : CmdLine@2
59
49
inputs :
60
50
script : ' ./build.cmd Test --skip --test-partition $(System.JobPositionInPhase)'
@@ -66,11 +56,6 @@ stages:
66
56
displayName : ' 📦 Pack'
67
57
dependsOn : [ Compile ]
68
58
steps :
69
- - task : Cache@2
70
- inputs :
71
- key : $(Agent.OS) | **/global.json, **/*.csproj
72
- restoreKeys : $(Agent.OS)
73
- path : ~/.nuget/packages
74
59
- task : CmdLine@2
75
60
inputs :
76
61
script : ' ./build.cmd Pack --skip'
You can’t perform that action at this time.
0 commit comments