mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-09-18 09:25:35 +08:00
install net5.0 in correct place in container
This commit is contained in:
@@ -4,13 +4,13 @@ orbs:
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: mijitt0m/ocelot-build:0.0.5
|
||||
- image: mijitt0m/ocelot-build:0.0.6
|
||||
steps:
|
||||
- checkout
|
||||
- run: dotnet tool restore && dotnet cake
|
||||
release:
|
||||
docker:
|
||||
- image: mijitt0m/ocelot-build:0.0.5
|
||||
- image: mijitt0m/ocelot-build:0.0.6
|
||||
steps:
|
||||
- checkout
|
||||
- run: dotnet tool restore && dotnet cake --target=Release
|
||||
|
Reference in New Issue
Block a user