Skip to content

Updated projects to Net 8.0. #11

Updated projects to Net 8.0.

Updated projects to Net 8.0. #11

Workflow file for this run

name: CI Extensions
# This CI only builds what is currently on the repo
on:
push:
paths:
- "Generator/ImguizmoGen/**"
- "Generator/ImnodesGen/**"
- "Generator/ImplotGen/**"
- "NativeLibraries/extensions/**"
- "scripts/deploy-win-native.ps1"
- "scripts/generate-bindings.ps1"
- "scripts/generate-nugets.ps1"
jobs:
build_extensions_win:
name: Build extensions nugets
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: ./.github/actions/build-native-win
with:
Target: Extensions
- uses: ./.github/actions/generate-bindings-nugets
with:
ImX: Imguizmo
- uses: ./.github/actions/generate-bindings-nugets
with:
ImX: Imnodes
- uses: ./.github/actions/generate-bindings-nugets
with:
ImX: Implot