diff --git a/.github/workflows/windows-dotnet.yml b/.github/workflows/windows-dotnet.yml index 8da5d84..72cb53a 100644 --- a/.github/workflows/windows-dotnet.yml +++ b/.github/workflows/windows-dotnet.yml @@ -69,7 +69,7 @@ jobs: with: dotnet-version: 8.0.x - name: Build Syping.RagePhoto.Core - run: msbuild ${{github.workspace}}\src\dotnet\Syping.RagePhoto.Core.csproj /t:pack /p:Configuration=${{env.BUILD_TYPE}} + run: msbuild ${{github.workspace}}\src\dotnet\Syping.RagePhoto.Core.csproj /t:restore /t:pack /p:Configuration=${{env.BUILD_TYPE}} - name: Upload uses: actions/upload-artifact@v4 with: