We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55b397 commit d23f257Copy full SHA for d23f257
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Pack (Pre-release or Alpha)
59
if: ${{ steps.gitversion.outputs.PreReleaseTag != '' && github.ref_type == 'branch' && github.ref != 'refs/heads/main' }}
60
run: |
61
- dotnet pack src/eAuthor/eAuthor.csproj \
+ dotnet pack src/eAuthor.API/eAuthor.API.csproj \
62
-c Release -o artifacts \
63
/p:PackageVersion=${{ steps.gitversion.outputs.NuGetVersionV2 }}
64
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
65
- name: Pack Stable
66
67
68
69
70
0 commit comments