Skip to content

Commit

Permalink
#8 Enable repeatable package restores using a lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergHoffmannatGitHub committed Jan 28, 2024
1 parent d877cfb commit 21b601a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
run: dotnet restore $env:Solution_Name
# run: dotnet restore $env:Solution_Name --locked-mode

# Build the application
- name: Build the application
Expand Down

0 comments on commit 21b601a

Please sign in to comment.