Skip to content

Commit 351f224

Browse files
committed
Working on appx building & signing
1 parent 6175755 commit 351f224

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
@@ -21,8 +21,5 @@ jobs:
2121
with:
2222
dotnet-version: 9.0.x
2323

24-
- name: Restore
25-
run: dotnet restore --locked-mode
26-
2724
- name: Build
28-
run: dotnet build --configuration Release --no-restore -p Platform=x64 -p GenerateAppxPackageOnBuild=true
25+
run: dotnet build --configuration Release -p Platform=x64 -p GenerateAppxPackageOnBuild=true

0 commit comments

Comments
 (0)