Skip to content

Commit

Permalink
CI Crusty for out of date .NET on not-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Jan 2, 2025
1 parent b2878db commit 03b8c13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ for:
- job_name: Mac Build

test: off
install:
# workaround until AppVeyor updates Linux/Mac images for .NET9
- sh: curl -o '/tmp/dotnet-install.sh' https://dot.net/v1/dotnet-install.sh && chmod +x /tmp/dotnet-install.sh
- sh: sudo sh /tmp/dotnet-install.sh --verbose --version latest

-
matrix:
only:
Expand All @@ -114,4 +119,3 @@ for:
# - ps: util/SignPackages.ps1 -PfxPasswd $env:PfxPassword
- ps: Get-ChildItem -Filter "*.nupkg" -Path "C:\Users\appveyor\AppData\Local\Temp\" -recurse | Compress-Archive -DestinationPath "nuget_libraries.zip" -Verbose
- ps: Get-ChildItem -Filter "*.snupkg" -Path "C:\Users\appveyor\AppData\Local\Temp\" -recurse | Compress-Archive -DestinationPath "nuget_libraries_symbols.zip" -Verbose

0 comments on commit 03b8c13

Please sign in to comment.