File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - name : Pack
2727 run : dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
2828 - name : Push
29- run : dotnet nuget push NuGet.Workflow .${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_API_KEY}
29+ run : dotnet nuget push Xeofd.MongoDbExtension .${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_API_KEY}
3030 env :
3131 NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
Original file line number Diff line number Diff line change 66 <Nullable >enable</Nullable >
77 <RootNamespace >Xaobec.MongoDbExtension</RootNamespace >
88 <Description >A simple MongoDB client dependency injection package</Description >
9- <VersionPrefix >$(HealthCheckMongoDB)</VersionPrefix >
109 <PackageTags >MongoDb;</PackageTags >
11- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1210 </PropertyGroup >
1311
1412 <PropertyGroup >
15- <PackageId >NuGet.Workflow </PackageId >
13+ <PackageId >Xeofd.MongoDbExtension </PackageId >
1614 <RepositoryType >git</RepositoryType >
1715 <RepositoryUrl >https://github.com/xeofd/Xeofd.MongoDbExtension</RepositoryUrl >
1816 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments