React to dotnet store command update
This commit is contained in:
parent
936231f327
commit
77b2ffba00
|
|
@ -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)**\*" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue