Skip to content

Commit ebf8b79

Browse files
committed
Remove unnecessary SkipInternalsVisibleTo flag from build pipeline
1 parent 66ff160 commit ebf8b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Build Solution
27-
run: dotnet build -c Release -p:SkipInternalsVisibleTo=true
27+
run: dotnet build -c Release
2828

2929
- name: Create NuGet Packages
3030
run: dotnet pack -c Release -o ./nuget --no-build

0 commit comments

Comments
 (0)