File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
semVer : ${{ steps.gitversion.outputs.semVer }}
40
40
preReleaseLabel : ${{ steps.gitversion.outputs.preReleaseLabel }}
41
41
majorMinorPatch : ${{ steps.gitversion.outputs.majorMinorPatch }}
42
- nuGetVersionV2 : ${{ steps.gitversion.outputs.nuGetVersionV2 }}
42
+ nuGetVersionV2 : ${{ steps.gitversion.outputs.MajorMinorPatch }}
43
43
44
44
steps :
45
45
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 27
27
}
28
28
},
29
29
"ConnectionStrings" : {
30
- "Type" : " mongodb " ,
31
- "InformaticsGatewayDatabase" : " mongodb://root:rootpassword@localhost:27017 " ,
30
+ "Type" : " sqlite " ,
31
+ "InformaticsGatewayDatabase" : " Data Source=./mig.db " ,
32
32
"DatabaseOptions" : {
33
33
"DatabaseName" : " InformaticsGateway" ,
34
34
"retries" : {
You can’t perform that action at this time.
0 commit comments