From a293e4f5233187efb2922f9b969166851a48ab2d Mon Sep 17 00:00:00 2001 From: Dynesshely Date: Wed, 27 Mar 2024 01:35:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Chore(CI):=20Use=20`cheese`=20to?= =?UTF-8?q?=20setup=20references.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-loaders.yml | 5 +++++ .github/workflows/build-plugins.yml | 5 +++++ .github/workflows/build.yml | 5 +++++ .github/workflows/publish-packages.yml | 5 +++++ KitX Clients/KitX Dashboard | 2 +- 5 files changed, 21 insertions(+), 1 deletion(-) 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