Skip to content

Commit

Permalink
Space build
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Jun 6, 2024
1 parent 3040e9c commit 8d302b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .space.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
job("Build and check") {
container(displayName = "Build and check", image = "mcr.microsoft.com/dotnet/sdk") {
container(displayName = "Build and check", image = "nikolayp/dotnetsdk") {
shellScript {
content = "dotnet run --project ./build -- check"
}
Expand Down

0 comments on commit 8d302b1

Please sign in to comment.