This commit is contained in:
2026-09-09 02:13:51 -05:00
parent dbcad3e7b6
commit 75f9c0c0ec
52 changed files with 992 additions and 89 deletions
+2
View File
@@ -42,6 +42,8 @@ jobs:
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
###dotnet publish -c Release -r linux-x64 --self-contained true -o ./publish_ubuntu
- name: Show Github infos
run: echo 'Workspace path ${{ github.workspace }} - runner.temp ${{ runner.temp }}'