We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7526fc1 + 8677a2f commit d4c3f3cCopy full SHA for d4c3f3c
1 file changed
src/SourceBuild/content/eng/pipelines/templates/stages/vmr-scan.yml
@@ -38,6 +38,16 @@ stages:
38
displayName: Tag the build
39
workingDirectory: $(Build.SourcesDirectory)/src/installer
40
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
+
51
- script: >
52
$(DotNetPath)/dotnet darc vmr scan-binary-files
53
--vmr "$(Build.SourcesDirectory)"
0 commit comments