Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
DonatasPuc committed Dec 7, 2021
1 parent bdd464e commit 837a19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ steps:
inputs:
command: custom
custom: ef
arguments: 'migrations script -i -p $(Build.SourcesDirectory)/backend/Persistence.csproj -o $(Build.ArtifactStagingDirectory)/Migrations/migration.sql'
arguments: 'migrations script -i -p $(Build.SourcesDirectory)/backend/Persistence/Persistence.csproj -o $(Build.ArtifactStagingDirectory)/Migrations/migration.sql'
- task: DotNetCoreCLI@2
displayName: "Publish"
inputs:
Expand Down

0 comments on commit 837a19e

Please sign in to comment.