We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23114e4 commit 8ac3b4cCopy full SHA for 8ac3b4c
azure-pipelines.yaml
@@ -4,12 +4,12 @@ resources:
4
- repository: ProcMon
5
type: github
6
endpoint: sysinternals
7
- name: sysinternals/ProcMon-for-Linux
+ name: microsoft/ProcMon-for-Linux
8
9
- repository: SysinternalsEBPF
10
11
12
- name: sysinternals/SysinternalsEBPF
+ name: microsoft/SysinternalsEBPF
13
14
trigger:
15
branches:
@@ -62,4 +62,4 @@ stages:
62
parameters:
63
srcPath: 'ProcMon-for-Linux'
64
runStaticAnalysis: true
65
- builddir: 'procmon_build'
+ builddir: 'procmon_build'
0 commit comments