Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Merge branch 'RPM-EnvVars' into fix-signing
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Sep 5, 2017
2 parents d94a3cd + 5000ba5 commit 79ffd86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/package/Installer.RPM.targets
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@

<ItemGroup>
<TestSdkRpmTaskEnvironmentVariables Include="PATH=$(RpmInstalledDirectory)$(PathListSeparator)$(PATH)" />
<TestSdkRpmTaskEnvironmentVariables Include="TEST_ARTIFACTS=$(TestArtifactsDir)" />
<TestSdkRpmTaskEnvironmentVariables Include="TEST_PACKAGES=$(TestPackagesDir)" />
<TestSdkRpmTaskEnvironmentVariables Include="PreviousStageProps=$(NextStagePropsPath)" />

<!-- Consumed By Publish -->
<GeneratedInstallers Include="$(SdkInstallerFile)" />
</ItemGroup>

Expand Down

0 comments on commit 79ffd86

Please sign in to comment.