Skip to content

Commit 0a259da

Browse files
committed
Add GH Action to deploy data
1 parent 73fd666 commit 0a259da

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cd-pipeline.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
name: ${{ inputs.environment }}
1919

2020
steps:
21-
- uses: actions/checkout@v3
2221
- name: Setup .NET
2322
uses: actions/setup-dotnet@v3
2423
with:
@@ -45,8 +44,8 @@ jobs:
4544
DataverseEnvUrl: ${{ secrets.DATAVERSEENVURL }}
4645
- name: import configuration data
4746
run: |
48-
cd ${{ github.workspace }}/configurationmigrationtool/Release
49-
Dataverse.ConfigurationMigrationTool.Console.exe import --schema ${{ github.workspace }}/data/data_schema.xml --data ${{ github.workspace }}/data/data.xml
47+
cd ${{ github.workspace }}/configurationmigrationtool
48+
./Dataverse.ConfigurationMigrationTool.Console import --schema ${{ github.workspace }}/data/data_schema.xml --data ${{ github.workspace }}/data/data.xml
5049
env:
5150
DOTNET_ENVIRONMENT: Production
5251

0 commit comments

Comments
 (0)