We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555ebd0 commit 02ef3fcCopy full SHA for 02ef3fc
.github/workflows/cd-pipeline.yml
@@ -45,8 +45,7 @@ jobs:
45
- name: import configuration data
46
run: |
47
cd ${{ github.workspace }}/configurationmigrationtool
48
- chmod +x ./Dataverse.ConfigurationMigrationTool.Console
49
- ./Dataverse.ConfigurationMigrationTool.Console import --schema "${{ github.workspace }}/data/data_schema.xml" --data "${{ github.workspace }}/data/data.xml"
+ dotnet Dataverse.ConfigurationMigrationTool.Console.dll import --schema "${{ github.workspace }}/data/data_schema.xml" --data "${{ github.workspace }}/data/data.xml"
50
env:
51
DOTNET_ENVIRONMENT: Production
52
0 commit comments