Skip to content

Commit e0859d8

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
- name: Restore
2525
run: dotnet restore --locked-mode
2626

27-
- name: Build x64
28-
run: dotnet build --configuration Release --no-restore -p:Platform=x64 -p:GenerateAppxPackageOnBuild=true
27+
- name: Build
28+
run: dotnet build --configuration Release --no-restore -p Platform=x64

0 commit comments

Comments
 (0)