Skip to content

Commit

Permalink
Add to build (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-Morgan authored Jan 29, 2025
1 parent f4765b9 commit f224935
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Build/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ public static class Consts
new("Connectors/Tekla/Speckle.Connector.Tekla2023", "net48"),
new("Connectors/Tekla/Speckle.Connector.Tekla2024", "net48")
]
),
new(
"etabs",
[
new("Connectors/CSi/Speckle.Connectors.ETABS21", "net48"),
new("Connectors/CSi/Speckle.Connectors.ETABS22", "net8.0-windows"),
]
)
};
}
Expand Down

0 comments on commit f224935

Please sign in to comment.