We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ff160 commit ebf8b79Copy full SHA for ebf8b79
1 file changed
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v4
25
26
- name: Build Solution
27
- run: dotnet build -c Release -p:SkipInternalsVisibleTo=true
+ run: dotnet build -c Release
28
29
- name: Create NuGet Packages
30
run: dotnet pack -c Release -o ./nuget --no-build
0 commit comments