We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fe93e commit e99256eCopy full SHA for e99256e
.github/workflows/build.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- main
6
+ - '#9/create-nuget-package'
7
8
paths-ignore:
9
- 'README.md'
src/Example/Example.csproj
@@ -5,6 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<UserSecretsId>7f191ac2-a110-4f9d-989f-0c4afa1d9e45</UserSecretsId>
+ <IsPackable>false</IsPackable>
</PropertyGroup>
10
11
<ItemGroup>
0 commit comments