Skip to content

Commit 5fb51df

Browse files
committed
Working on appx building & signing
1 parent bdb7282 commit 5fb51df

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,4 @@ jobs:
2525
run: dotnet restore --locked-mode
2626

2727
- name: Build x64
28-
run: dotnet build --configuration Release --no-restore -p Platform=x64 -p GenerateAppxPackageOnBuild=true .\CmdPalExtensions.sln
29-
30-
- name: Build arm64
31-
run: dotnet build --configuration Release --no-restore -p Platform=arm64 -p GenerateAppxPackageOnBuild=true .\CmdPalExtensions.sln
28+
run: dotnet build --configuration Release --no-restore -p:Platform=x64 -p:GenerateAppxPackageOnBuild=true

0 commit comments

Comments
 (0)