Update README and list of installers to publish
This commit is contained in:
parent
adfe2aa004
commit
6358e0d3ef
22
README.md
22
README.md
|
|
@ -54,13 +54,23 @@ Microsoft.AspNetCore | [![][metapackage-myget-badge]][metapackage-m
|
|||
[linux-x64-badge]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/master/aspnetcore-runtime-linux-x64-version-badge.svg
|
||||
[osx-x64-badge]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/master/aspnetcore-runtime-osx-x64-version-badge.svg
|
||||
|
||||
[win-x64-zip]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/master/aspnetcore-runtime-latest-win-x64.zip
|
||||
[win-x64-exe]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/master/aspnetcore-runtime-latest-win-x64.exe
|
||||
[win-x86-zip]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/master/aspnetcore-runtime-latest-win-x86.zip
|
||||
[win-x86-exe]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/master/aspnetcore-runtime-latest-win-x86.exe
|
||||
[linux-x64-tar]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/master/aspnetcore-runtime-latest-linux-x64.tar.gz
|
||||
[osx-x64-tar]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/master/aspnetcore-runtime-latest-osx-x64.tar.gz
|
||||
[debian-x64-deb]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/master/aspnetcore-runtime-latest-x64.deb
|
||||
[redhat-x64-rpm]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/master/aspnetcore-runtime-latest-rhel.7-x64.rpm
|
||||
|
||||
Platform | Latest (dev branch)
|
||||
----------------|---------------------
|
||||
Windows (x64) | ![][win-x64-badge]
|
||||
Windows (x86) | ![][win-x86-badge]
|
||||
Linux (x64) | ![][linux-x64-badge]
|
||||
macOS (x64) | ![][osx-x64-badge]
|
||||
Platform | Latest (dev branch)
|
||||
----------------------|---------------------
|
||||
Windows (x64) | ![][win-x64-badge]<br>[Installer (exe)][win-x64-exe]<br>[Archive (zip)][win-x64-zip]
|
||||
Windows (x86) | ![][win-x86-badge]<br>[Installer (exe)][win-x86-exe]<br>[Archive (zip)][win-x86-zip]
|
||||
macOS (x64) | ![][osx-x64-badge]<br>[Archive (tar.gz)][osx-x64-tar]
|
||||
Linux (x64) | ![][linux-x64-badge]<br>[Archive (tar.gz)][linux-x64-tar]
|
||||
Debian/Ubuntu (x64) | ![][linux-x64-badge]<br>[Installer (deb)][debian-x64-deb]
|
||||
RedHat/Fedora (x64) | ![][linux-x64-badge]<br>[Installer (rpm)][debian-x64-deb]
|
||||
|
||||
## Building from source
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<!-- symbols -->
|
||||
<FilesToPublish Include="$(DependencyAssetsDir)-$(SymbolsArchiveBaseFileName)-%(RuntimeSymbolsArchive.Identity)%(RuntimeSymbolsArchive.FileExt)" Condition=" '%(RuntimeSymbolsArchive.Identity)' != '' ">
|
||||
<FilesToPublish Include="$(DependencyAssetsDir)$(SymbolsArchiveBaseFileName)-%(RuntimeSymbolsArchive.Identity)%(RuntimeSymbolsArchive.FileExt)" Condition=" '%(RuntimeSymbolsArchive.Identity)' != '' ">
|
||||
<RelativeBlobPath>$(BlobBasePath)$(SymbolsArchiveBaseFileName)-%(RuntimeSymbolsArchive.Identity)%(RuntimeSymbolsArchive.FileExt)</RelativeBlobPath>
|
||||
</FilesToPublish>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,9 +20,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<IntermediateInstaller Include="win-x86" FileExt=".zip" />
|
||||
<IntermediateInstaller Include="win-x86" FileExt=".msi" />
|
||||
<IntermediateInstaller Include="win-x86" FileExt=".wixlib" />
|
||||
<IntermediateInstaller Include="win-x64" FileExt=".msi" />
|
||||
<IntermediateInstaller Include="win-x64" FileExt=".zip" />
|
||||
<IntermediateInstaller Include="win-x64" FileExt=".wixlib" />
|
||||
<IntermediateInstaller Include="osx-x64" FileExt=".tar.gz" />
|
||||
|
|
@ -38,15 +36,9 @@
|
|||
<NativeInstaller Include="win-x64" FileExt=".zip" />
|
||||
<NativeInstaller Include="osx-x64" FileExt=".tar.gz" />
|
||||
<NativeInstaller Include="linux-x64" FileExt=".tar.gz" />
|
||||
|
||||
<NativeInstaller Include="debian.8" FileExt=".deb" />
|
||||
<NativeInstaller Include="debian.9" FileExt=".deb" />
|
||||
<NativeInstaller Include="ubuntu.14.04" FileExt=".deb" />
|
||||
<NativeInstaller Include="ubuntu.16.04" FileExt=".deb" />
|
||||
<NativeInstaller Include="ubuntu.17.04" FileExt=".deb" />
|
||||
|
||||
<NativeInstaller Include="rhel.7" FileExt=".rpm" />
|
||||
<NativeInstaller Include="rh.rhel.7" FileExt=".rpm" />
|
||||
<NativeInstaller Include="x64" FileExt=".deb" />
|
||||
<NativeInstaller Include="rhel.7-x64" FileExt=".rpm" />
|
||||
<NativeInstaller Include="rh.rhel.7-x64" FileExt=".rpm" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue