File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ jobs:
30
30
31
31
# Install the .NET Core workload
32
32
- name : Install .NET Core
33
- uses : actions/setup-dotnet@v1
33
+ uses : actions/setup-dotnet@v4
34
34
with :
35
- dotnet-version : 8 .0.x
35
+ dotnet-version : 9 .0.x
36
36
37
37
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
38
38
- name : Setup MSBuild.exe
39
39
uses : microsoft/setup-msbuild@v1.0.2
40
40
41
41
# Create the app package by building and packaging the project
42
42
- name : Create the app package
43
- run : dotnet publish -r win-$env:Platform -p:PublishSingleFile=true --self-contained true /p:WindowsAppSDKSelfContained=true /p:PublishReadyToRun=true
43
+ run : dotnet publish -r win-$env:Platform /p:PublishReadyToRun=true
44
44
env :
45
45
Appx_Bundle : Never
46
46
Appx_Package_Build_Mode : SideloadOnly
You can’t perform that action at this time.
0 commit comments