React to cli command rename

This commit is contained in:
John Luo 2017-04-11 20:10:36 -07:00
parent 0b324b8ca1
commit 936231f327
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<RemoveDir Directories="$(OutputPath)" />
<RemoveDir Directories="$(WorkingDirectory)-%(RIDs.Identity)\" />
<Exec Command="dotnet cache --entries $(MetaPackageFile) --framework netcoreapp2.0 --runtime %(RIDs.Identity) --output $(OutputPath) --framework-version 2.0.0-* --working-dir $(WorkingDirectory)-%(RIDs.Identity)\" />
<Exec Command="dotnet store --entries $(MetaPackageFile) --configuration Release --framework netcoreapp2.0 --runtime %(RIDs.Identity) --output $(OutputPath) --framework-version 2.0.0-* --working-dir $(WorkingDirectory)-%(RIDs.Identity)\" />
<ItemGroup>
<PackageCacheFiles Include="$(OutputPath)**\*" />