Skip to content

Commit f7da7d3

Browse files
authored
Merge pull request #134 from snyk/chore/migrate-dev-pipeline-tests
Migrate pipeline tests
2 parents 5b8311f + 7536952 commit f7da7d3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ops/deploy/get-next-dev-ext-version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ async function main() {
2626
process.exit(1);
2727
}
2828
} 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');
3131
}
3232
}
3333

ops/deploy/test-builds.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[
22
{
33
"projectName": "goof",
4-
"buildDefinitionId": 7
4+
"buildDefinitionId": 3
55
},
66
{
77
"projectName": "goof_windows",
8-
"buildDefinitionId": 10
8+
"buildDefinitionId": 4
99
},
1010
{
1111
"projectName": "azure-maven-multimodule-goof",
12-
"buildDefinitionId": 16
12+
"buildDefinitionId": 5
1313
},
1414
{
1515
"projectName": "snyk-6598",
16-
"buildDefinitionId": 18
16+
"buildDefinitionId": 6
1717
},
1818
{
1919
"projectName": "DotNetFrameworkSampleCLIApp",
20-
"buildDefinitionId": 19
20+
"buildDefinitionId": 7
2121
}
2222
]

0 commit comments

Comments
 (0)