Browse Source

add NuGetVersion

pull/438/head
ionite34 11 months ago
parent
commit
c812aa623c
No known key found for this signature in database
GPG Key ID: B3404C5F3827849B
  1. 1
      .github/workflows/release.yml

1
.github/workflows/release.yml

@ -219,6 +219,7 @@ jobs:
-t:BundleApp -p:UseAppHost=true -p:SelfContained=true
-p:Configuration=Release -p:RuntimeIdentifier=${{ env.platform-id }}
-p:Version="$RELEASE_VERSION"
-p:NuGetVersion="$RELEASE_VERSION"
-p:PublishDir=out
-p:PublishReadyToRun=true
-p:CFBundleShortVersionString="$RELEASE_VERSION"

Loading…
Cancel
Save