Remove temporary exclusion to output path adjustments
This commit is contained in:
parent
d93aded1c0
commit
84c8c61d79
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<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>
|
||||
|
||||
<Target Name="GetMetapackageArtifactInfo">
|
||||
|
|
|
|||
Loading…
Reference in New Issue