Use name suggested in Coherence-Signed#439
This commit is contained in:
parent
fa96eaf655
commit
404960ce1a
|
|
@ -32,9 +32,9 @@
|
||||||
<MetaPackageFile>$(MetaPackagePath)Microsoft.AspNetCore.All.csproj</MetaPackageFile>
|
<MetaPackageFile>$(MetaPackagePath)Microsoft.AspNetCore.All.csproj</MetaPackageFile>
|
||||||
<WorkingDirectory>$(MetaPackagePath)bin\work</WorkingDirectory>
|
<WorkingDirectory>$(MetaPackagePath)bin\work</WorkingDirectory>
|
||||||
<OutputPath>$(MetaPackagePath)bin\packageCache\</OutputPath>
|
<OutputPath>$(MetaPackagePath)bin\packageCache\</OutputPath>
|
||||||
<OutputZip Condition="'$(OSPlatform)' == 'Windows'">$(RepositoryRoot)artifacts\AspNetCorePackageCache.win-$(VersionSuffix).zip</OutputZip>
|
<OutputZip Condition="'$(OSPlatform)' == 'Windows'">$(RepositoryRoot)artifacts\Microsoft.Internal.AspNetCorePackageCache.win-$(VersionSuffix).zip</OutputZip>
|
||||||
<OutputZip Condition="'$(OSPlatform)' == 'Linux'">$(RepositoryRoot)artifacts\AspNetCorePackageCache.linux-$(VersionSuffix).zip</OutputZip>
|
<OutputZip Condition="'$(OSPlatform)' == 'Linux'">$(RepositoryRoot)artifacts\Microsoft.Internal.AspNetCorePackageCache.linux-$(VersionSuffix).zip</OutputZip>
|
||||||
<OutputZip Condition="'$(OSPlatform)' == 'macOS'">$(RepositoryRoot)artifacts\AspNetCorePackageCache.osx-$(VersionSuffix).zip</OutputZip>
|
<OutputZip Condition="'$(OSPlatform)' == 'macOS'">$(RepositoryRoot)artifacts\Microsoft.Internal.AspNetCorePackageCache.osx-$(VersionSuffix).zip</OutputZip>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue