Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
autoit4you committed Apr 14, 2022
1 parent 09d985a commit 5d62d62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ pipeline {
stage('Test entityframework') {
steps {
sh 'dotnet tool install --global dotnet-ef'
sh 'export PATH="$PATH:/tmp/DOTNET_CLI_HOME/.dotnet/tools"'
sh 'dotnet ef dbcontext info --startup-project src/AV.AvA.StorageBackend/AV.AvA.StorageBackend.csproj --project src/AV.AvA.Data/AV.AvA.Data.csproj'
sh '/tmp/DOTNET_CLI_HOME/.dotnet/tools/dotnet-ef dbcontext info --startup-project src/AV.AvA.StorageBackend/AV.AvA.StorageBackend.csproj --project src/AV.AvA.Data/AV.AvA.Data.csproj'
}
}
stage('Publish') {
Expand Down

0 comments on commit 5d62d62

Please sign in to comment.