diff --git a/.github/workflows/build-loaders.yml b/.github/workflows/build-loaders.yml index f520366..67010b2 100644 --- a/.github/workflows/build-loaders.yml +++ b/.github/workflows/build-loaders.yml @@ -40,6 +40,11 @@ jobs: dotnet-version: | 8.0.x + - name: Initialize References + run: | + dotnet tool install --global Cheese + cheese reference --setup + - name: Build Loaders working-directory: "KitX SDK/KitX Loaders" run: | diff --git a/.github/workflows/build-plugins.yml b/.github/workflows/build-plugins.yml index 33413fd..a9aa183 100644 --- a/.github/workflows/build-plugins.yml +++ b/.github/workflows/build-plugins.yml @@ -40,6 +40,11 @@ jobs: dotnet-version: | 8.0.x + - name: Initialize References + run: | + dotnet tool install --global Cheese + cheese reference --setup + - name: Build Plugins working-directory: "KitX SDK/KitX Plugins" run: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df66320..ec08c0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,6 +44,11 @@ jobs: dotnet-version: | 8.0.x + - name: Initialize References + run: | + dotnet tool install --global Cheese + cheese reference --setup + - name: Build Contracts working-directory: "KitX Standard/KitX Contracts" run: | diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index b9ee442..e2ff73f 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -38,6 +38,11 @@ jobs: dotnet-version: | 8.0.x + - name: Initialize References + run: | + dotnet tool install --global Cheese + cheese reference --setup + - name: Add to GitHub Repo run: | nuget sources add -name github -Source https://nuget.pkg.github.com/Crequency/index.json -Username Crequency -Password ${{ secrets.GitHubToken }} diff --git a/KitX Clients/KitX Dashboard b/KitX Clients/KitX Dashboard index dc21831..02bb421 160000 --- a/KitX Clients/KitX Dashboard +++ b/KitX Clients/KitX Dashboard @@ -1 +1 @@ -Subproject commit dc218311c3ba27f8947b37462dec774c9796f41e +Subproject commit 02bb4214a7e4370cfdaa42c75cc77735cab5da9f