File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments