Skip to content

Commit a04885e

Browse files
committed
fix: release fix
1 parent 19a1850 commit a04885e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/buildrelease.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
dotnet publish TFMAudioApp/TFMAudioApp.csproj \
125125
-c Release \
126126
-f net9.0-android \
127+
-p:TargetFrameworks=net9.0-android \
127128
-p:ApplicationDisplayVersion=$VERSION \
128129
-p:ApplicationVersion=$VERSION_CODE \
129130
-p:AndroidKeyStore=true \
@@ -142,6 +143,7 @@ jobs:
142143
dotnet publish TFMAudioApp/TFMAudioApp.csproj \
143144
-c Release \
144145
-f net9.0-android \
146+
-p:TargetFrameworks=net9.0-android \
145147
-p:ApplicationDisplayVersion=$VERSION \
146148
-p:ApplicationVersion=$VERSION_CODE
147149
@@ -203,6 +205,7 @@ jobs:
203205
dotnet publish TFMAudioApp/TFMAudioApp.csproj `
204206
-c Release `
205207
-f net9.0-windows10.0.19041.0 `
208+
-p:TargetFrameworks=net9.0-windows10.0.19041.0 `
206209
-p:ApplicationDisplayVersion=$VERSION `
207210
-p:WindowsPackageType=None `
208211
-p:PublishSingleFile=false `
@@ -298,6 +301,7 @@ jobs:
298301
-c Release \
299302
-f net9.0-maccatalyst \
300303
-r maccatalyst-x64 \
304+
-p:TargetFrameworks=net9.0-maccatalyst \
301305
-p:ApplicationDisplayVersion=$VERSION \
302306
-p:CreatePackage=true \
303307
-o bin/macos-x64
@@ -310,6 +314,7 @@ jobs:
310314
-c Release \
311315
-f net9.0-maccatalyst \
312316
-r maccatalyst-arm64 \
317+
-p:TargetFrameworks=net9.0-maccatalyst \
313318
-p:ApplicationDisplayVersion=$VERSION \
314319
-p:CreatePackage=true \
315320
-o bin/macos-arm64

0 commit comments

Comments
 (0)