Skip to content

Commit

Permalink
run restore in lock mode, don't skip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 8, 2024
1 parent c0757a3 commit bb0cd46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*.*

0 comments on commit bb0cd46

Please sign in to comment.