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 37b28c7 commit b09ef5dCopy full SHA for b09ef5d
eng/azure-pipelines-codeql.yml
@@ -66,6 +66,11 @@ stages:
66
- task: CodeQL3000Init@0
67
displayName: Initialize CodeQL (manually-injected)
68
69
+ - bash: |
70
+ echo 'print("Hello world")' > hello.py
71
+ python3 hello.py
72
+ displayName: 'Run python helloworld'
73
+
74
- bash: |
75
./build.sh --ci --restore --build --pack $(archflag) --configuration $(_BuildConfig) $(_InternalBuildArgs) $(ClangBinDirArg) $(ClangTargetArg) $(ExtraArgs)
76
displayName: 'Build and package'
0 commit comments