Skip to content

Commit 0a1ff5b

Browse files
authored
Update source-index-stage1.yml (#57435)
Again apply c842beb as the fix was overridden in the latest Arcade update.
1 parent cb61f93 commit 0a1ff5b

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

eng/common/templates/job/source-index-stage1.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,15 @@ jobs:
3535
packageType: sdk
3636
version: 3.1.x
3737

38-
- task: UseDotNet@2
39-
displayName: Use .NET Core sdk
40-
inputs:
41-
useGlobalJson: true
42-
38+
- script: ${{ parameters.sourceIndexBuildCommand }}
39+
displayName: Build Repository
40+
4341
- script: |
4442
dotnet tool install BinLogToSln --version $(SourceIndexPackageVersion) --add-source $(SourceIndexPackageSource) --tool-path .source-index/tools
4543
dotnet tool install UploadIndexStage1 --version $(SourceIndexPackageVersion) --add-source $(SourceIndexPackageSource) --tool-path .source-index/tools
4644
echo ##vso[task.prependpath]$(Build.SourcesDirectory)/.source-index/tools
4745
displayName: Download Tools
4846
49-
- script: ${{ parameters.sourceIndexBuildCommand }}
50-
displayName: Build Repository
51-
5247
- script: BinLogToSln -i $(BinlogPath) -r $(Build.SourcesDirectory) -n $(Build.Repository.Name) -o .source-index/stage1output
5348
displayName: Process Binlog into indexable sln
5449
env:

0 commit comments

Comments
 (0)