dependabot[bot]
a0e83efd70
Bump actions/setup-dotnet from 2 to 3
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
James Jackson-South
0c62aebc03
Enable .NET 7 workflows
3 years ago
James Jackson-South
af9bfe516e
Mac fix is not released yet
3 years ago
James Jackson-South
976f2a8eac
Bypass constantly failing NET7 Win tests
3 years ago
James Jackson-South
99439d3bff
Update build-and-test.yml
4 years ago
James Jackson-South
56439692be
Update build-and-test.yml
4 years ago
dependabot[bot]
3609507a70
Bump codecov/codecov-action from 1 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 1 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot]
c1bb294d50
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot]
a59e0f281a
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache ) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot]
60b815761a
Bump actions/setup-dotnet from 1 to 2
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet ) from 1 to 2.
- [Release notes](https://github.com/actions/setup-dotnet/releases )
- [Commits](https://github.com/actions/setup-dotnet/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: actions/setup-dotnet
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot]
08448a98ad
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
James Jackson-South
78017247a9
Update build-and-test.yml
4 years ago
James Jackson-South
d8012cab6f
Use .NET 6 only
4 years ago
Dirk Lemstra
e54219acec
Renamed master to main.
4 years ago
James Jackson-South
e36cc7bc92
Group dotnet actions
4 years ago
James Jackson-South
bebbe150ba
Remove duplicate dotnet setup
4 years ago
Dirk Lemstra
a4c6834c92
Install missing SDK.
4 years ago
James Jackson-South
7d0d2e313f
Add missing framework test
4 years ago
James Jackson-South
b7e0c218c0
Use 2 spaces for yml
4 years ago
James Jackson-South
f140107e8d
Use a scheduled job for codecov
4 years ago
James Jackson-South
36f4ad48f9
Enable .NET 6 Preview Builds ( #1745 )
Enable Net 6 and C#9
5 years ago
James Jackson-South
172c48eafd
Update readme and workflow for LFS
5 years ago
Stefan Nikolei
a060d5c37e
USE SIXLABORS_TESTING instead of CI Env var
5 years ago
Stefan Nikolei
e5f640182c
use CI environment variable to also build on .net5.0
5 years ago
Stefan Nikolei
37709f941e
test and build framework can be different
5 years ago
Stefan Nikolei
3fad302539
codecov only on one target
5 years ago
Stefan Nikolei
862c939a3a
Add net5.0 target
* add it in ImageSharp.csproj
* update Buildscript
5 years ago
James Jackson-South
fc468344e6
Fix link + other docs tweaks.
5 years ago
AlexNDRmac
e7532ff95d
Add action to save Output Images for failed tests
5 years ago
James Jackson-South
db3889323a
Update build-and-test.yml
5 years ago
AlexNDRmac
41ed93cbeb
Fix file pattern for hashFiles
5 years ago
AlexNDRmac
a0bf4e331c
Add props and targets to hash for cache key
5 years ago
AlexNDRmac
9d72a840d2
Add cache for Nuget packages
5 years ago
AlexNDRmac
2749a25d78
Move package to build props
5 years ago
James Jackson-South
a79e6d3425
Enable all test platforms
5 years ago
James Jackson-South
86198504ee
Ensure remoteexecutor tests run
5 years ago
James Jackson-South
90624b71fb
Enable windows netcore 3.1
5 years ago
James Jackson-South
f08b68247d
Use Ubuntu for coverage. Touch #1376
5 years ago
James Jackson-South
37b0585feb
Use single test, enable runners
5 years ago
James Jackson-South
10250ffc34
Test windows only
5 years ago
James Jackson-South
1aa26a0e17
Fix Codecov
6 years ago
James Jackson-South
29d133c89a
Fix build
6 years ago
James Jackson-South
e2a80fbd54
Add GitHub Sponsors ( #1311 ) [skip ci]
* Add Github Sponsors and new tier system
* Skip CI for trivial things.
* Smarter ignore
* Try a different skip approach [skip ci]
* Fix spacing [skip-ci]
* Try again [skip-ci]
* Use different query [skip-ci]
* Try moving after the matrix
6 years ago
James Jackson-South
617b758357
Add coverlet workaround from docs
6 years ago
James Jackson-South
86bf22f362
Remove condition
6 years ago
James Jackson-South
9409f3a15f
Revert SDK bump
6 years ago
James Jackson-South
314e9a9eed
Add source link
6 years ago
James Jackson-South
6521c1cdef
Use MinVer
6 years ago
James Jackson-South
8736853688
Update actions path
6 years ago
James Jackson-South
0e755918a8
v0.9.3 doesn't appear to work despite release.
6 years ago