Skip to content

Commit

Permalink
Setup space config
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Mar 5, 2024
1 parent 149b2a8 commit ea77311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .space.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
job("Pack") {
container(displayName = "Say Hello", image = "mcr.microsoft.com/dotnet/sdk") {
container(displayName = "Build and check", image = "mcr.microsoft.com/dotnet/sdk") {
shellScript {
content = "dotnet run --project ./build -- pack"
content = "dotnet run --project ./build -- check"
}
}
}

0 comments on commit ea77311

Please sign in to comment.