Skip to content

Commit 02ef3fc

Browse files
committed
test for gh action
1 parent 555ebd0 commit 02ef3fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cd-pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
- name: import configuration data
4646
run: |
4747
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"
48+
dotnet Dataverse.ConfigurationMigrationTool.Console.dll 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)