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