-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed LibraryExtractor system and use "runtimes" feature of nuget p…
…ackages (#249) * Removed LibraryExtractor system and use "runtimes" feature of nuget packages * Added test suite for libplctag.NativeImport * Adjusted documentation for libplctag.NativeImport to avoid --------- Signed-off-by: timyhac <[email protected]>
- Loading branch information
Showing
48 changed files
with
872 additions
and
486 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
.github/workflows/build-publish.yml → .github/workflows/release-all.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
name: Build and publish libplctag.NET nuget package | ||
name: Release all | ||
|
||
on: [workflow_dispatch] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
runs-on: windows-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
lfs: true | ||
|
||
- name: Publish all packages on version change | ||
run: ./build.sh ReleaseAll --nuget-api-key ${{secrets.NUGET_API_KEY}} | ||
run: .\build.cmd ReleaseAll --nuget-api-key ${{secrets.NUGET_API_KEY}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Test libplctag.NativeImport | ||
|
||
on: [workflow_dispatch,push] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: windows-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
lfs: true | ||
|
||
- name: Build all and run tests | ||
run: .\build.cmd TestLibplctagNativeImport |
2 changes: 1 addition & 1 deletion
2
.github/workflows/update_libplctag_core.yml → .github/workflows/update-core-binaries.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Update libplctag core | ||
name: Update core binaries | ||
|
||
on: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.