File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 18
18
name : ${{ inputs.environment }}
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
22
21
- name : Setup .NET
23
22
uses : actions/setup-dotnet@v3
24
23
with :
45
44
DataverseEnvUrl : ${{ secrets.DATAVERSEENVURL }}
46
45
- name : import configuration data
47
46
run : |
48
- cd ${{ github.workspace }}/configurationmigrationtool/Release
49
- Dataverse.ConfigurationMigrationTool.Console.exe import --schema ${{ github.workspace }}/data/data_schema.xml --data ${{ github.workspace }}/data/data.xml
47
+ cd ${{ github.workspace }}/configurationmigrationtool
48
+ ./ Dataverse.ConfigurationMigrationTool.Console import --schema ${{ github.workspace }}/data/data_schema.xml --data ${{ github.workspace }}/data/data.xml
50
49
env :
51
50
DOTNET_ENVIRONMENT : Production
52
51
You can’t perform that action at this time.
0 commit comments