File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments