Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# CI & CD workflow
name: CI/CD - Liquid.Adapter.Dataverse component for Liquid Application Framework
name: CI/CD - Liquid.Dataverse component for Liquid Application Framework

on:
push:
branches: [ main, releases/v2.X.X, releases/v6.X.X ]
paths:
- 'src/Liquid.Adapter.Dataverse/**'
- 'src/Liquid.Dataverse/**'

pull_request:
branches: [ main, releases/** ]
types: [opened, synchronize, reopened]
paths:
- 'src/Liquid.Adapter.Dataverse/**'
- 'src/Liquid.Dataverse/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -20,7 +20,7 @@ jobs:
call-reusable-build-workflow:
uses: Avanade/Liquid-Application-Framework/.github/workflows/base-liquid-ci-and-cd.yml@main
with:
component_name: Liquid.Adapter.Dataverse
component_name: Liquid.Dataverse
secrets:
sonar_token: ${{ secrets.SONAR_TOKEN_DATAVERSE }}
nuget_token: ${{ secrets.PUBLISH_TO_NUGET_ORG }}
4 changes: 2 additions & 2 deletions Liquid.Application.Framework.sln
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.WebApi.Http.Tests",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Storage.AzureStorage", "src\Liquid.Storage.AzureStorage\Liquid.Storage.AzureStorage.csproj", "{F599C512-7224-4A27-A474-3AA9510D2A14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Adapter.Dataverse", "src\Liquid.Adapter.Dataverse\Liquid.Adapter.Dataverse.csproj", "{CD31C6F6-F8DD-4B56-B08C-D9E8D5BA3E73}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Dataverse", "src\Liquid.Dataverse\Liquid.Dataverse.csproj", "{CD31C6F6-F8DD-4B56-B08C-D9E8D5BA3E73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Adapter.Dataverse.Tests", "test\Liquid.Adapter.Dataverse.Tests\Liquid.Adapter.Dataverse.Tests.csproj", "{5B0DC38B-5BC9-4DAC-8527-8D1C33E97247}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Dataverse.Tests", "test\Liquid.Dataverse.Tests\Liquid.Dataverse.Tests.csproj", "{5B0DC38B-5BC9-4DAC-8527-8D1C33E97247}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liquid.Storage.AzureStorage.Tests", "test\Liquid.Storage.AzureStorage.Tests\Liquid.Storage.AzureStorage.Tests.csproj", "{53341B04-6D30-4137-943B-20D8706351E8}"
EndProject
Expand Down
26 changes: 0 additions & 26 deletions src/Liquid.Adapter.Dataverse/DataMappingException.cs

This file was deleted.

182 changes: 0 additions & 182 deletions src/Liquid.Adapter.Dataverse/DataverseAdapter.cs

This file was deleted.

86 changes: 0 additions & 86 deletions src/Liquid.Adapter.Dataverse/ILiquidDataverseAdapter.cs

This file was deleted.

17 changes: 0 additions & 17 deletions src/Liquid.Adapter.Dataverse/ILiquidMapper.cs

This file was deleted.

Loading
Loading