We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90365ee commit 744b3bbCopy full SHA for 744b3bb
2 files changed
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build
23
run: dotnet build DbApiBuilderEntityGenerator.sln --configuration Release
24
- name: Pack
25
- run: dotnet pack DbApiBuilderEntityGenerator.sln --configuration Release --no-build --no-restore --output .
+ run: dotnet pack src/DbApiBuilderEntityGenerator/DbApiBuilderEntityGenerator.csproj --configuration Release --no-build --no-restore --output .
26
# Get a short-lived NuGet API key
27
- name: NuGet login (OIDC → temp API key)
28
uses: NuGet/login@v1
src/DbApiBuilderEntityGenerator/DbApiBuilderEntityGenerator.csproj
@@ -5,6 +5,7 @@
5
<TargetFramework>net8.0</TargetFramework>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<Nullable>enable</Nullable>
8
+ <PackageVersion>1.0.1-alpha</PackageVersion>
9
</PropertyGroup>
10
11
<ItemGroup>
0 commit comments