Skip to content

Commit

Permalink
Incorporate new mgmt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu committed Jun 11, 2019
1 parent c5224e1 commit e0791ca
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 134 deletions.
14 changes: 0 additions & 14 deletions SDKs/_metadata/cognitiveservices_data-plane_FormRecognizer.txt

This file was deleted.

95 changes: 0 additions & 95 deletions eng/Directory.Build.Mgmt.props

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ public TriggerChangeDetectionParameters()
public string ChangeDetectionMode { get; set; }

/// <summary>
/// Gets array of relative paths on the Azure File share to be included
/// in the change detection. Can be files and directories.
/// Gets or sets array of relative paths on the Azure File share to be
/// included in the change detection. Can be files and directories.
/// </summary>
[JsonProperty(PropertyName = "paths")]
public IList<string> Paths { get; private set; }
public IList<string> Paths { get; set; }

}
}
10 changes: 0 additions & 10 deletions src/AzSdk.reference.props
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<<<<<<< HEAD
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure" Version="[3.3.19, 4.0.0)" />
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="[2.3.19, 3.0.0)" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.1" PrivateAssets="All" />
=======
<Import Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.props'))" />
<ItemGroup>
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure" Version="[3.3.19, 4.0.0)" />
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="[2.3.19, 3.0.0)" />
>>>>>>> Moved ref files into mgmt directory
</ItemGroup>

<PropertyGroup>
Expand Down Expand Up @@ -43,8 +36,5 @@
<EnablePreBuildTarget Condition=" '$(EnablePreBuildTarget)' == '' ">true</EnablePreBuildTarget>
<EnablePostBuildTarget Condition=" '$(EnablePostBuildTarget)' == '' ">true</EnablePostBuildTarget>
</PropertyGroup>
<<<<<<< HEAD

=======
>>>>>>> Moved ref files into mgmt directory
</Project>
12 changes: 0 additions & 12 deletions src/AzSdk.test.reference.props
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
<<<<<<< HEAD
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
=======
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetPathOfFileAbove('test.props'))" />

>>>>>>> Moved ref files into mgmt directory
<PropertyGroup>
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Test.HttpRecorder" Version="[1.13.3, 2.0.0)" />
<PackageReference Include="Microsoft.Rest.ClientRuntime.Azure.TestFramework" Version="[1.7.6, 2.0.0)" />
<PackageReference Include="Microsoft.Azure.ResourceManager" Version="[1.1.0-preview]" />
<<<<<<< HEAD
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.1" PrivateAssets="All" />
=======

<!-- This is needed for discovering tests in test explorer -->
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />
>>>>>>> Moved ref files into mgmt directory
</ItemGroup>
</Project>

0 comments on commit e0791ca

Please sign in to comment.