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 0a259da commit 1187eedCopy full SHA for 1187eed
.github/workflows/cd-pipeline.yml
@@ -45,6 +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
50
env:
51
DOTNET_ENVIRONMENT: Production
0 commit comments