Adds lock files and fixes caching in CI (#154)

This commit is contained in:
Kamron Batman 2020-05-27 17:00:48 -07:00 committed by GitHub
parent a910f8f596
commit 8eab05947b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 3825 additions and 66 deletions

View file

@ -1,8 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Platforms>x64</Platforms>
<DefineConstants Condition="'$(RuntimeIdentifier)' == 'win-x64'">WINDOWS</DefineConstants>
<RootNamespace>Scripts.Tests</RootNamespace>
</PropertyGroup>
<ItemGroup>