Skip to content

Commit

Permalink
fix for no nugetVersionV2
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed Jul 25, 2024
1 parent 883af94 commit de6115a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
semVer: ${{ steps.gitversion.outputs.semVer }}
preReleaseLabel: ${{ steps.gitversion.outputs.preReleaseLabel }}
majorMinorPatch: ${{ steps.gitversion.outputs.majorMinorPatch }}
nuGetVersionV2: ${{ steps.gitversion.outputs.nuGetVersionV2 }}
nuGetVersionV2: ${{ steps.gitversion.outputs.MajorMinorPatch }}

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions tests/Integration.Test/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
}
},
"ConnectionStrings": {
"Type": "mongodb",
"InformaticsGatewayDatabase": "mongodb://root:rootpassword@localhost:27017",
"Type": "sqlite",
"InformaticsGatewayDatabase": "Data Source=./mig.db",
"DatabaseOptions": {
"DatabaseName": "InformaticsGateway",
"retries": {
Expand Down

0 comments on commit de6115a

Please sign in to comment.