File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ async function main() {
26
26
process . exit ( 1 ) ;
27
27
}
28
28
} else {
29
- console . error ( 'could not get extension info' ) ;
30
- process . exit ( 1 ) ;
29
+ // Could not get extension info. The extension must not exist. Returning `0.0.1` for first version of new extension.
30
+ console . log ( '0.0.1' ) ;
31
31
}
32
32
}
33
33
Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
3
"projectName" : " goof" ,
4
- "buildDefinitionId" : 7
4
+ "buildDefinitionId" : 3
5
5
},
6
6
{
7
7
"projectName" : " goof_windows" ,
8
- "buildDefinitionId" : 10
8
+ "buildDefinitionId" : 4
9
9
},
10
10
{
11
11
"projectName" : " azure-maven-multimodule-goof" ,
12
- "buildDefinitionId" : 16
12
+ "buildDefinitionId" : 5
13
13
},
14
14
{
15
15
"projectName" : " snyk-6598" ,
16
- "buildDefinitionId" : 18
16
+ "buildDefinitionId" : 6
17
17
},
18
18
{
19
19
"projectName" : " DotNetFrameworkSampleCLIApp" ,
20
- "buildDefinitionId" : 19
20
+ "buildDefinitionId" : 7
21
21
}
22
22
]
You can’t perform that action at this time.
0 commit comments