Skip to content

Commit

Permalink
[Build] fix azure build.
Browse files Browse the repository at this point in the history
  • Loading branch information
reegeek committed Apr 25, 2021
1 parent 545f561 commit 8c29b2a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ stages:
displayName: '⚙️ Compile'
dependsOn: [ Setup ]
steps:
- task: Cache@2
inputs:
key: $(Agent.OS) | **/global.json, **/*.csproj
restoreKeys: $(Agent.OS)
path: ~/.nuget/packages
- task: CmdLine@2
inputs:
script: './build.cmd Restore Compile --skip'
Expand All @@ -50,11 +45,6 @@ stages:
strategy:
parallel: 4
steps:
- task: Cache@2
inputs:
key: $(Agent.OS) | **/global.json, **/*.csproj
restoreKeys: $(Agent.OS)
path: ~/.nuget/packages
- task: CmdLine@2
inputs:
script: './build.cmd Test --skip --test-partition $(System.JobPositionInPhase)'
Expand All @@ -66,11 +56,6 @@ stages:
displayName: '📦 Pack'
dependsOn: [ Compile ]
steps:
- task: Cache@2
inputs:
key: $(Agent.OS) | **/global.json, **/*.csproj
restoreKeys: $(Agent.OS)
path: ~/.nuget/packages
- task: CmdLine@2
inputs:
script: './build.cmd Pack --skip'
Expand Down

0 comments on commit 8c29b2a

Please sign in to comment.