Skip to content

Commit e2b1f6a

Browse files
committed
Packaging: Add library flag to upgrades packs
This flag was missing. It should be there. Otherwise, this pack cannot be built.
1 parent 0452512 commit e2b1f6a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cpp/upgrades/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name: codeql/cpp-upgrades
22
upgrades: .
33
version: 0.0.2
4+
library: true

csharp/upgrades/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name: codeql/csharp-upgrades
22
upgrades: .
33
version: 0.0.2
4+
library: true

0 commit comments

Comments
 (0)