Skip to content

Commit 8c29b2a

Browse files
committed
[Build] fix azure build.
1 parent 545f561 commit 8c29b2a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)