Skip to content

Commit

Permalink
Revert "Add autogenerated.cs to Client NuGet to ensure source is debu…
Browse files Browse the repository at this point in the history
…ggable (#92)" (#93)

This reverts commit 9da811c.
  • Loading branch information
spaceisfun authored Feb 17, 2021
1 parent 9da811c commit 1625684
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/ClientLibrary/Microsoft.FactoryOrchestrator.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,6 @@
<Message Text="CopyProjectReferencesToPackage - $(OutputRootPath)\$(Configuration)\$(Platform)\JKang.IpcServiceFramework.Client.Tcp\**\*.dll found: @(BuildOutputInPackage)" Importance="High"/>
</Target>

<!-- Add obj\FactoryOrchestratorClientAutogenerated.cs file to nuget package -->
<PropertyGroup>
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);IncludeAutoGeneratedCSInPack</TargetsForTfmSpecificContentInPackage>
</PropertyGroup>
<Target Name="IncludeAutoGeneratedCSInPack">
<ItemGroup>
<TfmSpecificPackageFile Include="$(MSBuildThisFileDirectory)obj\FactoryOrchestratorClientAutogenerated.cs"/>
</ItemGroup>
<Message Text="IncludeAutoGeneratedCSInPack - found: @(TfmSpecificPackageFile)" Importance="High"/>
</Target>

<!-- Add IPC OSS symbols to symbol package -->
<Target Name="UpdateSymTfm" BeforeTargets="_GetDebugSymbolsWithTfm">
<ItemGroup>
Expand Down

0 comments on commit 1625684

Please sign in to comment.