From cd8f1aa5bfa10c75cb9e060d31b1dd1dcf6bff5c Mon Sep 17 00:00:00 2001 From: Betim Beja <11160171+BetimBeja@users.noreply.github.com> Date: Sat, 28 Nov 2020 19:21:54 +0100 Subject: [PATCH] test fix build --- XrmEntitySerializer.9/XrmEntitySerializer.9.csproj | 12 +----------- azure-pipelines.yml | 6 ++++++ 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/XrmEntitySerializer.9/XrmEntitySerializer.9.csproj b/XrmEntitySerializer.9/XrmEntitySerializer.9.csproj index 7262dd4..6b495f1 100644 --- a/XrmEntitySerializer.9/XrmEntitySerializer.9.csproj +++ b/XrmEntitySerializer.9/XrmEntitySerializer.9.csproj @@ -9,7 +9,7 @@ {49DD871D-D743-4600-9537-4F2BBD4747E1} XrmEntitySerializer.9 XrmEntitySerializer.9 - net452;net462;netcoreapp3.0 + net452;net462 512 true @@ -30,10 +30,6 @@ prompt 4 - - - $(DefineConstants);NETCORE; - @@ -46,12 +42,6 @@ [9.0.2.9,10) - - - - [0.2.1-Alpha,1.0.0) - - diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f69fe58..52102b2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: