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 9747192 commit 555ebd0Copy full SHA for 555ebd0
.github/workflows/cd-pipeline.yml
@@ -46,7 +46,7 @@ jobs:
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
+ ./Dataverse.ConfigurationMigrationTool.Console import --schema "${{ github.workspace }}/data/data_schema.xml" --data "${{ github.workspace }}/data/data.xml"
50
env:
51
DOTNET_ENVIRONMENT: Production
52
0 commit comments