Skip to content

Commit

Permalink
Disable one more packages.lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 16, 2021
1 parent cc9d21d commit 03ed9b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 62 deletions.
Expand Up @@ -100,4 +100,9 @@
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets'))" />
</Target>
<Import Project="..\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.2.1.1\build\net45\MSTest.TestAdapter.targets')" />
</Project>

<PropertyGroup>
<!-- Don't generate packages.lock.json since it wrecks cross-platfrom CI. -->
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
</Project>
61 changes: 0 additions & 61 deletions src/DotVVM.Framework.Api.Swashbuckle.Owin.Tests/packages.lock.json

This file was deleted.

0 comments on commit 03ed9b5

Please sign in to comment.