Skip to content

Commit

Permalink
Disable packages locks
Browse files Browse the repository at this point in the history
  • Loading branch information
legigor authored and dependabot[bot] committed Jan 25, 2024
1 parent b06d154 commit f14101f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: "6"
cache: true
# TODO: Enable central package management before enabling this feature https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management
cache: false
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
1 change: 0 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<AzureStorageBlobsVersion>12.19.1</AzureStorageBlobsVersion>
</PropertyGroup>
</Project>

0 comments on commit f14101f

Please sign in to comment.