Skip to content

Commit eb46999

Browse files
Update PackageOutputPath to include PACKAGE_PUBLISH_MODE
Signed-off-by: Tanner Gooding <[email protected]>
1 parent 14c5969 commit eb46999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<ContinuousIntegrationBuild Condition="'$(GITHUB_RUN_ID)' != ''">true</ContinuousIntegrationBuild>
4545
<IsAotCompatible>true</IsAotCompatible>
4646
<EnforceCodeStyleInBuild>false</EnforceCodeStyleInBuild>
47-
<PackageOutputPath>$(BaseArtifactsPath)pkg/$(Configuration)/</PackageOutputPath>
47+
<PackageOutputPath>$(BaseArtifactsPath)pkg/$(Configuration)/$(PACKAGE_PUBLISH_MODE)</PackageOutputPath>
4848
<Product>TerraFX.Interop.Windows</Product>
4949
<RootNamespace>TerraFX.Interop</RootNamespace>
5050
<VersionPrefix>10.0.26100.3</VersionPrefix>

0 commit comments

Comments
 (0)