Skip to content

Commit d8ebbe8

Browse files
committed
Updated build project for github action workflow
1 parent 5948782 commit d8ebbe8

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030

3131
# Optional: Create NuGet package
3232
- name: Pack NuGet package
33-
run: dotnet pack --configuration Release --output ./artifacts
33+
run: dotnet pack src/Prakrishta.Data/Prakrishta.Data.csproj --configuration Release --output ./artifacts

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
/Prakrishta.Data.Sample/bin/Debug/netcoreapp3.0
1313
/coverage-report
1414
/Prakrishta.Data.Sample/bin
15-
/Prakrishta.Data.UnitTest/bin/Debug/net10.0
15+
/Prakrishta.Data.UnitTest/bin/
1616
/Prakrishta.Data.UnitTest/obj
1717
/Prakrishta.Data.UnitTest/TestResults/

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<ItemGroup>
3+
<ProjectToPack Include="src/Prakrishta.Data/Prakrishta.Data.csproj" />
4+
</ItemGroup>
5+
</Project>

0 commit comments

Comments
 (0)