Skip to content

Commit 64c416a

Browse files
authored
Update nuget-publish.yml (#71)
1 parent 0b5f4df commit 64c416a

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/nuget-publish.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ jobs:
1919
uses: actions/setup-dotnet@v5
2020
with:
2121
dotnet-version: |
22-
8.0.x
22+
8.0.x
23+
# As per https://github.com/NuGet/setup-nuget/issues/168#issuecomment-2576628231
24+
# We are now required to install mono separately
25+
- name: Install Mono
26+
run: sudo apt install mono-devel
2327

2428
- name: Build (Framework 2.0)
2529
run: xbuild ./src/net20/src.net20.csproj /property:Configuration=Release
@@ -31,11 +35,6 @@ jobs:
3135
run: dotnet build -c Release ./src/net50/src.net50.csproj
3236
- name: Build (NetStandard 2.0)
3337
run: dotnet build -c Release ./src/netstandard20/src.netstandard20.csproj
34-
35-
# As per https://github.com/NuGet/setup-nuget/issues/168#issuecomment-2576628231
36-
# We are now required to install mono separately
37-
- name: Install Mono
38-
run: sudo apt install mono-complete
3938
- name: Setup Nuget
4039
uses: nuget/setup-nuget@v2
4140
with:

0 commit comments

Comments
 (0)