mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-09-18 09:25:35 +08:00
Feat/net6.0 upgrade (#1558)
* +semver: major upgrading from net5.0 to net6.0 * packages upgraded * removed global.json for ocelot sf sample * update build image * test new build * remove make * fix tests * make test fail like in CI * tests passing locally * updated docs Co-authored-by: TGP <thomasgardham-pallister@Thomass-MacBook-Pro-2.local>
This commit is contained in:
@@ -4,16 +4,16 @@ orbs:
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: mijitt0m/ocelot-build:0.0.3
|
||||
- image: mcr.microsoft.com/dotnet/sdk:6.0-alpine
|
||||
steps:
|
||||
- checkout
|
||||
- run: make build
|
||||
- run: dotnet tool restore && dotnet cake
|
||||
release:
|
||||
docker:
|
||||
- image: mijitt0m/ocelot-build:0.0.3
|
||||
- image: mcr.microsoft.com/dotnet/sdk:6.0-alpine
|
||||
steps:
|
||||
- checkout
|
||||
- run: make release
|
||||
- run: dotnet tool restore && dotnet cake --target=Release
|
||||
workflows:
|
||||
version: 2
|
||||
master:
|
||||
|
Reference in New Issue
Block a user