Skip to content

Commit

Permalink
ci: Remove old .net versions from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoTenPvP committed Mar 22, 2023
1 parent b19973e commit a8d5d9f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ build:
verbosity: minimal

after_build:
- 7z a net35.zip %APPVEYOR_BUILD_FOLDER%\Ruffles\bin\Release\net35\*
- 7z a net45.zip %APPVEYOR_BUILD_FOLDER%\Ruffles\bin\Release\net45\*
- 7z a net471.zip %APPVEYOR_BUILD_FOLDER%\Ruffles\bin\Release\net471\*
- 7z a netcoreapp20.zip %APPVEYOR_BUILD_FOLDER%\Ruffles\bin\Release\netcoreapp2.0\*
- 7z a netstandard20.zip %APPVEYOR_BUILD_FOLDER%\Ruffles\bin\Release\netstandard2.0\*
- 7z a netstandard20.zip %APPVEYOR_BUILD_FOLDER%\Ruffles\bin\Release\netstandard2.1\*

cache:
- '%APPDATA%\npm'
Expand Down

0 comments on commit a8d5d9f

Please sign in to comment.