Commit f12e5e4 1 parent b2015b6 commit f12e5e4 Copy full SHA for f12e5e4
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,19 @@ jobs:
25
25
with :
26
26
dotnet-version : ' 8.x'
27
27
28
- - name : Build
28
+ - name : Build UnitTests.Databases.SqlServer
29
29
run : dotnet pack
30
30
--property:Configuration=Release
31
31
--property:VersionPrefix=${{ github.event.inputs.VersionPrefix }}
32
32
--property:VersionSuffix=${{ github.event.inputs.VersionSuffix }}
33
33
" src/UnitTests.Databases.SqlServer/UnitTests.Databases.SqlServer.csproj"
34
34
35
+ - name : Build UnitTests.Databases.SqlServer.EntityFramework
36
+ run : dotnet pack
37
+ --property:Configuration=Release
38
+ --property:VersionPrefix=${{ github.event.inputs.VersionPrefix }}
39
+ --property:VersionSuffix=${{ github.event.inputs.VersionSuffix }}
40
+ " src/UnitTests.Databases.SqlServer.EntityFramework/UnitTests.Databases.SqlServer.EntityFramework.csproj"
41
+
35
42
- name : Publish the package to nuget.org
36
43
run : dotnet nuget push "src/**/bin/Release/*.nupkg" --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments