File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
jobs :
5
5
build :
6
6
docker :
7
- - image : ocelot2/circleci-build:latest
7
+ - image : ocelot2/circleci-build:8.21.0
8
8
steps :
9
9
- checkout
10
10
- run : dotnet tool restore && dotnet cake
11
11
release :
12
12
docker :
13
- - image : ocelot2/circleci-build:latest
13
+ - image : ocelot2/circleci-build:8.21.0
14
14
steps :
15
15
- checkout
16
16
- run : dotnet tool restore && dotnet cake --target=Release
Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"cake.tool" : {
6
- "version" : " 3 .0.0" ,
6
+ "version" : " 4 .0.0" ,
7
7
"commands" : [
8
8
" dotnet-cake"
9
9
]
15
15
]
16
16
}
17
17
}
18
- }
18
+ }
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ Task("CreateReleaseNotes")
312
312
313
313
private void WriteReleaseNotes( )
314
314
{
315
- Information( $ "RUNNING { nameof ( WriteReleaseNotes ) } ...") ;
315
+ Information( $ "RUN { nameof ( WriteReleaseNotes ) } ...") ;
316
316
317
317
EnsureDirectoryExists( packagesDir ) ;
318
318
System. IO . File . WriteAllLines ( releaseNotesFile , releaseNotes ) ;
Original file line number Diff line number Diff line change 2
2
# docker build --platform linux/arm64 --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN -f ./docker/Dockerfile.build .
3
3
# docker build --platform linux/amd64 --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN -f ./docker/Dockerfile.build .
4
4
5
- FROM ocelot2/circleci-build:latest
5
+ FROM ocelot2/circleci-build:8.21.0
6
6
7
7
ARG OCELOT_COVERALLS_TOKEN
8
8
Original file line number Diff line number Diff line change 2
2
# 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 .
3
3
# 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 .
4
4
5
- FROM ocelot2/circleci-build:latest
5
+ FROM ocelot2/circleci-build:8.21.0
6
6
7
7
ARG OCELOT_COVERALLS_TOKEN
8
8
ARG OCELOT_NUTGET_API_KEY
You can’t perform that action at this time.
0 commit comments