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 a07c172 commit 03539aeCopy full SHA for 03539ae
.github/workflows/cd-pipeline.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: import configuration data
46
run: |
47
cd ${{ github.workspace }}/configurationmigrationtool
48
- dotnet Dataverse.ConfigurationMigrationTool.Console.dll import --schema "${{ github.workspace }}/data/data_schema.xml" --data "${{ github.workspace }}/data/data.xml"
+ dotnet Dataverse.ConfigurationMigrationTool.Console.dll import --schema "../data/data_schema.xml" --data "../data/data.xml"
49
env:
50
DOTNET_ENVIRONMENT: Production
51
0 commit comments