install net5.0 in correct place in container

This commit is contained in:
TGP
2022-01-20 19:48:12 +00:00
parent c07e6ee41f
commit f1db0257ce
5 changed files with 6 additions and 6 deletions

View File

@@ -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