diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ff67a211ff..87466615aa 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -24,11 +24,10 @@ jobs: restore-keys: | ${{ runner.os }}-nuget- - name: NuGet Restore - if: steps.cache.outputs.cache-hit != 'true' - run: msbuild DUI3-DX.slnf -t:Restore /p:Configuration=Release /p:IsDesktopBuild=false + run: msbuild DUI3-DX.slnf -t:Restore /p:RestoreLockedMode=true /p:Configuration=Release /p:IsDesktopBuild=false - name: Build run: msbuild DUI3-DX.slnf /p:Configuration=Release /p:IsDesktopBuild=false -v:m - name: Upload artifacts uses: actions/upload-artifact@v4 with: - path: dist/ + path: dist/**/*.*