Skip to content

Commit

Permalink
📝 Chore(CI): Use cheese to setup references.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Mar 26, 2024
1 parent 9e5cf3b commit a293e4f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build-loaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion KitX Clients/KitX Dashboard

0 comments on commit a293e4f

Please sign in to comment.