Skip to content

Commit de6115a

Browse files
committed
fix for no nugetVersionV2
Signed-off-by: Neil South <[email protected]>
1 parent 883af94 commit de6115a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
semVer: ${{ steps.gitversion.outputs.semVer }}
4040
preReleaseLabel: ${{ steps.gitversion.outputs.preReleaseLabel }}
4141
majorMinorPatch: ${{ steps.gitversion.outputs.majorMinorPatch }}
42-
nuGetVersionV2: ${{ steps.gitversion.outputs.nuGetVersionV2 }}
42+
nuGetVersionV2: ${{ steps.gitversion.outputs.MajorMinorPatch }}
4343

4444
steps:
4545
- uses: actions/checkout@v4

tests/Integration.Test/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
}
2828
},
2929
"ConnectionStrings": {
30-
"Type": "mongodb",
31-
"InformaticsGatewayDatabase": "mongodb://root:rootpassword@localhost:27017",
30+
"Type": "sqlite",
31+
"InformaticsGatewayDatabase": "Data Source=./mig.db",
3232
"DatabaseOptions": {
3333
"DatabaseName": "InformaticsGateway",
3434
"retries": {

0 commit comments

Comments
 (0)