feat(ci): add back proper dependency installation

This commit is contained in:
rjindael 2023-08-02 02:17:49 -07:00
parent 9b2d9707a9
commit 929cce9856
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 7 additions and 1 deletions

View File

@ -16,8 +16,14 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Publish
run: dotnet publish --no-self-contained -c ${{ matrix.configuration }} -r win-x64
- name: Upload