Skip to content

Commit

Permalink
Remove packages lock file since nuget cache doesn't work well in azur…
Browse files Browse the repository at this point in the history
…e pipeline
  • Loading branch information
heku committed Mar 13, 2023
1 parent 9cab080 commit 5211048
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1,451 deletions.
7 changes: 0 additions & 7 deletions Kool.SelectedFilesFilter/Kool.SelectedFilesFilter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<PropertyGroup>
<UICulture>en</UICulture>
<LangVersion>latest</LangVersion>
<!-- https://learn.microsoft.com/en-us/azure/devops/pipelines/artifacts/caching-nuget?view=azure-devops -->
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
Expand Down Expand Up @@ -96,11 +94,6 @@
<ExcludeAssets>runtime</ExcludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.SDK">
<Version>17.0.31902.203</Version>
<ExcludeAssets>runtime</ExcludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.5.4065">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
Loading

0 comments on commit 5211048

Please sign in to comment.