mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-09-18 17:02:42 +08:00
+semver: upgrade to net5.0 (#1390)
* breaking upgrade base build image to net5.0 * add make and build tools to image * fix code broken after net5.0 upgrade * fix warnings * fix tests and line endings * upgrade dotnet test and coverages packages * update circle build image * removed rafty and updated more packages * bring back develop * rename authorisation to authorization
This commit is contained in:
@@ -1,32 +1,38 @@
|
||||
version: 2.1
|
||||
version: 2.1
|
||||
orbs:
|
||||
queue: eddiewebb/queue@1.5.0
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: mijitt0m/ocelot-build:0.0.1
|
||||
- image: mijitt0m/ocelot-build:0.0.3
|
||||
steps:
|
||||
- checkout
|
||||
- run: make build
|
||||
release:
|
||||
docker:
|
||||
- image: mijitt0m/ocelot-build:0.0.1
|
||||
- image: mijitt0m/ocelot-build:0.0.3
|
||||
steps:
|
||||
- checkout
|
||||
- run: make release
|
||||
workflows:
|
||||
version: 2
|
||||
master:
|
||||
jobs:
|
||||
jobs:
|
||||
- queue/block_workflow:
|
||||
time: "20"
|
||||
only-on-branch: master
|
||||
- release:
|
||||
- release:
|
||||
requires:
|
||||
- queue/block_workflow
|
||||
filters:
|
||||
branches:
|
||||
only: master
|
||||
develop:
|
||||
jobs:
|
||||
- build:
|
||||
filters:
|
||||
branches:
|
||||
only: develop
|
||||
pr:
|
||||
jobs:
|
||||
- build:
|
||||
@@ -34,3 +40,4 @@ workflows:
|
||||
branches:
|
||||
ignore:
|
||||
- master
|
||||
- develop
|
||||
|
Reference in New Issue
Block a user