+semver: breaking | Release 21.0

pull/1790/head
raman-m 1 year ago
parent 7d936233b3
commit 50ff76836b
No known key found for this signature in database
GPG Key ID: C462B07C48CA5536

@ -4,13 +4,13 @@ orbs:
jobs:
build:
docker:
- image: ocelot2/circleci-build:latest
- image: ocelot2/circleci-build:8.21.0
steps:
- checkout
- run: dotnet tool restore && dotnet cake
release:
docker:
- image: ocelot2/circleci-build:latest
- image: ocelot2/circleci-build:8.21.0
steps:
- checkout
- run: dotnet tool restore && dotnet cake --target=Release

@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "3.0.0",
"version": "4.0.0",
"commands": [
"dotnet-cake"
]
@ -15,4 +15,4 @@
]
}
}
}
}

@ -312,7 +312,7 @@ Task("CreateReleaseNotes")
private void WriteReleaseNotes()
{
Information($"RUNNING {nameof(WriteReleaseNotes)} ...");
Information($"RUN {nameof(WriteReleaseNotes)} ...");
EnsureDirectoryExists(packagesDir);
System.IO.File.WriteAllLines(releaseNotesFile, releaseNotes);

@ -2,7 +2,7 @@
# docker build --platform linux/arm64 --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN -f ./docker/Dockerfile.build .
# docker build --platform linux/amd64 --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN -f ./docker/Dockerfile.build .
FROM ocelot2/circleci-build:latest
FROM ocelot2/circleci-build:8.21.0
ARG OCELOT_COVERALLS_TOKEN

@ -2,7 +2,7 @@
# docker build --platform linux/arm64 --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN --build-arg OCELOT_GITHUB_API_KEY=$OCELOT_GITHUB_API_KEY --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN -f ./docker/Dockerfile.build .
# docker build --platform linux/amd64 --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN --build-arg OCELOT_GITHUB_API_KEY=$OCELOT_GITHUB_API_KEY --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN -f ./docker/Dockerfile.build .
FROM ocelot2/circleci-build:latest
FROM ocelot2/circleci-build:8.21.0
ARG OCELOT_COVERALLS_TOKEN
ARG OCELOT_NUTGET_API_KEY

Loading…
Cancel
Save