We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c5969 commit eb46999Copy full SHA for eb46999
Directory.Build.props
@@ -44,7 +44,7 @@
44
<ContinuousIntegrationBuild Condition="'$(GITHUB_RUN_ID)' != ''">true</ContinuousIntegrationBuild>
45
<IsAotCompatible>true</IsAotCompatible>
46
<EnforceCodeStyleInBuild>false</EnforceCodeStyleInBuild>
47
- <PackageOutputPath>$(BaseArtifactsPath)pkg/$(Configuration)/</PackageOutputPath>
+ <PackageOutputPath>$(BaseArtifactsPath)pkg/$(Configuration)/$(PACKAGE_PUBLISH_MODE)</PackageOutputPath>
48
<Product>TerraFX.Interop.Windows</Product>
49
<RootNamespace>TerraFX.Interop</RootNamespace>
50
<VersionPrefix>10.0.26100.3</VersionPrefix>
0 commit comments