Skip to content

Commit d4c3f3c

Browse files
authored
[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.4xx' (#20898)
2 parents 7526fc1 + 8677a2f commit d4c3f3c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • src/SourceBuild/content/eng/pipelines/templates/stages

src/SourceBuild/content/eng/pipelines/templates/stages/vmr-scan.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ stages:
3838
displayName: Tag the build
3939
workingDirectory: $(Build.SourcesDirectory)/src/installer
4040
41+
- script: |
42+
set -e
43+
legacyRepoPath="$(Build.SourcesDirectory)/src/source-build-reference-packages"
44+
if [ ! -d "$legacyRepoPath" ]; then
45+
mkdir -p "$legacyRepoPath"
46+
touch "$legacyRepoPath/_"
47+
fi
48+
displayName: Work around legacy binary scanner path
49+
workingDirectory: $(Build.SourcesDirectory)/src/installer
50+
4151
- script: >
4252
$(DotNetPath)/dotnet darc vmr scan-binary-files
4353
--vmr "$(Build.SourcesDirectory)"

0 commit comments

Comments
 (0)