Add project files
All checks were successful
Build / Compute Version (push) Successful in 6s
Build / Build Nuget package (push) Successful in 42s

This commit is contained in:
zznty
2025-07-28 04:05:26 +07:00
parent 4b4d73ba60
commit 861e19109a
4 changed files with 301 additions and 8 deletions

View File

@@ -34,10 +34,10 @@ jobs:
- uses: actions/setup-dotnet@v4
- run: dotnet restore ./SeamlessClient.csproj --locked-mode
- run: dotnet restore ./SeamlessClientPlugin.csproj --locked-mode
name: Restore Project
- run: dotnet pack -c Release -o ./pub ./SeamlessClient.csproj --no-restore -p:Version="${{ needs.compute-version.outputs.version }}"
- run: dotnet pack -c Release -o ./pub ./SeamlessClientPlugin.csproj --no-restore -p:Version="${{ needs.compute-version.outputs.version }}"
name: Pack Project
- name: Push Project