Skip to content

Commit

Permalink
Disable auto update of ProjectNtfs
Browse files Browse the repository at this point in the history
* Support for UWP is currently broken, disabling the sections of the dependencies.props file that auto updated versions of files needed for UWP.
  • Loading branch information
StephenBonikowsky committed Feb 26, 2018
1 parent d5d9593 commit 72804a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@
<BuildInfoPath>$(BaseDotNetBuildInfo)standard/$(DependencyBranch)</BuildInfoPath>
<CurrentRef>$(StandardCurrentRef)</CurrentRef>
</RemoteDependencyBuildInfo>
<RemoteDependencyBuildInfo Include="ProjectNTfs">
<!--<RemoteDependencyBuildInfo Include="ProjectNTfs">
<BuildInfoPath>$(BaseDotNetBuildInfo)projectn-tfs/$(DependencyBranch)</BuildInfoPath>
<CurrentRef>$(ProjectNTfsCurrentRef)</CurrentRef>
</RemoteDependencyBuildInfo>
<RemoteDependencyBuildInfo Include="ProjectNTfsTestILC">
<BuildInfoPath>$(BaseDotNetBuildInfo)projectn-tfs-testilc/$(DependencyBranch)</BuildInfoPath>
<CurrentRef>$(ProjectNTfsTestILCCurrentRef)</CurrentRef>
</RemoteDependencyBuildInfo>
</RemoteDependencyBuildInfo>-->
<RemoteDependencyBuildInfo Include="BuildTools">
<BuildInfoPath>$(BaseDotNetBuildInfo)buildtools/$(DependencyBranch)</BuildInfoPath>
<CurrentRef>$(BuildToolsCurrentRef)</CurrentRef>
Expand Down Expand Up @@ -125,7 +125,7 @@
<ElementName>NETStandardPackageVersion</ElementName>
<PackageId>$(NETStandardPackageId)</PackageId>
</XmlUpdateStep>
<XmlUpdateStep Include="ProjectNTfs">
<!--<XmlUpdateStep Include="ProjectNTfs">
<Path>$(MSBuildThisFileFullPath)</Path>
<ElementName>ProjectNTfsExpectedPrerelease</ElementName>
<BuildInfoName>ProjectNTfs</BuildInfoName>
Expand All @@ -134,7 +134,7 @@
<Path>$(MSBuildThisFileFullPath)</Path>
<ElementName>ProjectNTfsTestILCExpectedPrerelease</ElementName>
<BuildInfoName>ProjectNTfsTestILC</BuildInfoName>
</XmlUpdateStep>
</XmlUpdateStep>-->
<XmlUpdateStep Include="ProjectNTfsTestILC">
<Path>$(MSBuildThisFileFullPath)</Path>
<ElementName>ProjectNTfsTestILCPackageVersion</ElementName>
Expand Down

0 comments on commit 72804a4

Please sign in to comment.