Remove temporary exclusion to output path adjustments

This commit is contained in:
Nate McMaster 2018-08-20 16:29:59 -07:00
parent d93aded1c0
commit 84c8c61d79
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 0 additions and 2 deletions

View File

@ -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">