3419a87d6f
Reference from https://github.com/dotnet/core-setup/tree/master/src/pkg/packaging/rpm The goal is to have parity with Debian, but does not publish to the feed When run the script with rhel, it will produce rpm file in the package step and publish rpm to the blob storage
8 lines
No EOL
367 B
XML
8 lines
No EOL
367 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<RpmConfigJsonName>rpm_config.json</RpmConfigJsonName>
|
|
<TemplatesDir>$(RepoRoot)/packaging/rpm/templates</TemplatesDir>
|
|
<ScriptsDir>$(RepoRoot)/packaging/rpm/scripts</ScriptsDir>
|
|
</PropertyGroup>
|
|
</Project> |