|
|
@ -215,13 +215,13 @@ jobs: |
|
|
|
dotnet msbuild StabilityMatrix.Avalonia |
|
|
|
dotnet msbuild StabilityMatrix.Avalonia |
|
|
|
-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=$env:RELEASE_VERSION |
|
|
|
-p:Version=$RELEASE_VERSION |
|
|
|
-p:PublishDir=out |
|
|
|
-p:PublishDir=out |
|
|
|
-p:PublishReadyToRun=true |
|
|
|
-p:PublishReadyToRun=true |
|
|
|
-p:CFBundleShortVersionString=$env:RELEASE_VERSION |
|
|
|
-p:CFBundleShortVersionString=$RELEASE_VERSION |
|
|
|
-p:CFBundleName="Stability Matrix" |
|
|
|
-p:CFBundleName="Stability Matrix" |
|
|
|
-p:CFBundleDisplayName="Stability Matrix" |
|
|
|
-p:CFBundleDisplayName="Stability Matrix" |
|
|
|
-p:CFBundleVersion=$env:RELEASE_VERSION |
|
|
|
-p:CFBundleVersion=$RELEASE_VERSION |
|
|
|
-p:SentryOrg=${{ secrets.SENTRY_ORG }} -p:SentryProject=${{ secrets.SENTRY_PROJECT }} |
|
|
|
-p:SentryOrg=${{ secrets.SENTRY_ORG }} -p:SentryProject=${{ secrets.SENTRY_PROJECT }} |
|
|
|
-p:SentryUploadSymbols=true -p:SentryUploadSources=true |
|
|
|
-p:SentryUploadSymbols=true -p:SentryUploadSources=true |
|
|
|
|
|
|
|
|
|
|
|