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 3a0822e commit d4fd8bcCopy full SHA for d4fd8bc
.github/workflows/main-pipeline.yml
@@ -14,8 +14,8 @@ on:
14
env:
15
solutionPath: '${{ github.workspace }}/src/Dataverse.ConfigurationMigrationTool/Dataverse.ConfigurationMigrationTool.sln'
16
solutionFolder: '${{ github.workspace }}/src/Dataverse.ConfigurationMigrationTool'
17
- toolpublishlocation: '${{ github.workspace }/configurationmigrationtool'
18
- datapublishlocation: '${{ github.workspace }/data'
+ toolpublishlocation: '${{ github.workspace }}/configurationmigrationtool'
+ datapublishlocation: '${{ github.workspace }}/data'
19
jobs:
20
build:
21
0 commit comments