Skip to content

Commit 3715271

Browse files
committed
Fixing indentation again.
1 parent e2bb737 commit 3715271

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ extends:
6464
- task: DotNetCoreCLI@2
6565
displayName: Install dependencies
6666
inputs:
67-
command: restore
68-
feedsToUse: select
69-
vstsFeed: $(VSTS_FEED_ID)
67+
command: restore
68+
feedsToUse: select
69+
vstsFeed: $(VSTS_FEED_ID)
7070
includeNuGetOrg: false
7171
# 1ES PT requires explicit build task for Roslyn analysis. Auto-injected Roslyn task will use build logs from this build.
7272
- task: DotNetCoreCLI@2

0 commit comments

Comments
 (0)