React to dotnet store command update

This commit is contained in:
John Luo 2017-04-11 21:45:41 -07:00
parent 936231f327
commit 77b2ffba00
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 store --entries $(MetaPackageFile) --configuration Release --framework netcoreapp2.0 --runtime %(RIDs.Identity) --output $(OutputPath) --framework-version 2.0.0-* --working-dir $(WorkingDirectory)-%(RIDs.Identity)\" />
<Exec Command="dotnet store --manifest $(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)**\*" />