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.
1 parent 9ffef10 commit bd047fbCopy full SHA for bd047fb
eng/ci/integration-tests.yml
@@ -33,7 +33,7 @@ extends:
33
34
sdl:
35
suppression:
36
- suppressionFile: /eng/sdl/.gdnsuppress
+ suppressionFile: $(Build.SourcesDirectory)/eng/sdl/.gdnsuppress
37
38
stages:
39
- stage: Test
eng/ci/official-build.yml
@@ -50,7 +50,7 @@ extends:
50
# Move codeql for source languages to source analysis stage
51
runSourceLanguagesInSourceAnalysis: true
52
53
54
55
56
- stage: Initialize
0 commit comments