Remove temporary exclusion to output path adjustments
This commit is contained in:
parent
d93aded1c0
commit
84c8c61d79
|
|
@ -4,8 +4,6 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<SharedFxOutputPath>$([MSBuild]::NormalizeDirectory($(ArtifactsDir)))runtime\</SharedFxOutputPath>
|
<SharedFxOutputPath>$([MSBuild]::NormalizeDirectory($(ArtifactsDir)))runtime\</SharedFxOutputPath>
|
||||||
<!-- TODO: temporary. Publish Windows to folder so dotnet-install.ps1 can use the folder as a source. -->
|
|
||||||
<SharedFxOutputPath Condition="$(SharedFxRID.StartsWith('win')) AND '$(TEAMCITY_VERSION)' != '' ">$([MSBuild]::NormalizeDirectory($(ArtifactsDir)))assets\Runtime\$(PackageVersion)\</SharedFxOutputPath>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Target Name="GetMetapackageArtifactInfo">
|
<Target Name="GetMetapackageArtifactInfo">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue