Skip to content

Commit

Permalink
chore(pipe): setup mono added
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoBaSs84 committed Jan 23, 2025
1 parent 354a26c commit 3d432df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup .Net
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Publish NuGet
shell: bash
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'

- name: Setup Mono
run: |
sudo apt-get install -y mono-runtime
# sudo apt-get install -y mono-complete
- name: Restore
run: dotnet restore
Expand Down

0 comments on commit 3d432df

Please sign in to comment.