feat: some basic action core logic
This commit is contained in:
parent
a2e2ddb502
commit
917952884e
7 changed files with 552 additions and 0 deletions
3
eng/Containerfile
Normal file
3
eng/Containerfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM mcr.microsoft.com/dotnet/sdk:10.0
|
||||
WORKDIR /work
|
||||
COPY ./src /work
|
||||
Loading…
Add table
Add a link
Reference in a new issue