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:
3636 displayName : ' ⚙️ Compile'
3737 dependsOn : [ Setup ]
3838 steps :
39- - task : Cache@2
40- inputs :
41- key : $(Agent.OS) | **/global.json, **/*.csproj
42- restoreKeys : $(Agent.OS)
43- path : ~/.nuget/packages
4439 - task : CmdLine@2
4540 inputs :
4641 script : ' ./build.cmd Restore Compile --skip'
@@ -50,11 +45,6 @@ stages:
5045 strategy :
5146 parallel : 4
5247 steps :
53- - task : Cache@2
54- inputs :
55- key : $(Agent.OS) | **/global.json, **/*.csproj
56- restoreKeys : $(Agent.OS)
57- path : ~/.nuget/packages
5848 - task : CmdLine@2
5949 inputs :
6050 script : ' ./build.cmd Test --skip --test-partition $(System.JobPositionInPhase)'
@@ -66,11 +56,6 @@ stages:
6656 displayName : ' 📦 Pack'
6757 dependsOn : [ Compile ]
6858 steps :
69- - task : Cache@2
70- inputs :
71- key : $(Agent.OS) | **/global.json, **/*.csproj
72- restoreKeys : $(Agent.OS)
73- path : ~/.nuget/packages
7459 - task : CmdLine@2
7560 inputs :
7661 script : ' ./build.cmd Pack --skip'
You can’t perform that action at this time.
0 commit comments