Skip to content

Commit

Permalink
test fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
BetimBeja committed Nov 28, 2020
1 parent 601ea9d commit cd8f1aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
12 changes: 1 addition & 11 deletions XrmEntitySerializer.9/XrmEntitySerializer.9.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ProjectGuid>{49DD871D-D743-4600-9537-4F2BBD4747E1}</ProjectGuid>
<AssemblyName>XrmEntitySerializer.9</AssemblyName>
<PackageId>XrmEntitySerializer.9</PackageId>
<TargetFrameworks>net452;net462;netcoreapp3.0</TargetFrameworks>
<TargetFrameworks>net452;net462</TargetFrameworks>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
Expand All @@ -30,10 +30,6 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
<DefineConstants>$(DefineConstants);NETCORE;</DefineConstants>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net452'">
<PackageReference Include="Newtonsoft.Json" Version="6.0.1" />
<PackageReference Include="Microsoft.CrmSdk.CoreAssemblies">
Expand All @@ -46,12 +42,6 @@
<Version>[9.0.2.9,10)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Microsoft.PowerPlatform.Cds.Client">
<Version>[0.2.1-Alpha,1.0.0)</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<None Include="../Logo_80x80.png" Pack="true" PackagePath="\" />
</ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ steps:
inputs:
restoreSolution: '$(Parameters.solution)'

- task: DotNetCoreCLI@2
displayName: 'DotNet Restore'
inputs:
command: restore
projects: '$(Parameters.solution)'

- task: VSBuild@1
displayName: 'Build Solution'
inputs:
Expand Down

0 comments on commit cd8f1aa

Please sign in to comment.