Initial commit

This commit is contained in:
Mike Nolan 2023-12-27 11:11:12 -06:00
parent 5f95f91e80
commit 7deb50fe7e
1 changed files with 2 additions and 1 deletions

View File

@ -10,5 +10,6 @@ build:
paths:
- publish
script:
- cp -r data publish/data
- mkdir publish
- cp -r data publish/
- dotnet publish -o publish --self-contained -p:PublishReadyToRun=true -p:PublishSingleFile=true -c Release