Skip to content

Commit f1eeb16

Browse files
authored
Code Quality: Fixed package restore for launcher project (#16888)
1 parent fb3aef1 commit f1eeb16

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/cd-sideload-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
shell: pwsh
8989
run: |
9090
msbuild "$env:LAUNCHER_PROJECT_PATH" `
91+
-t:Restore `
9192
-p:Platform=$env:PLATFORM `
9293
-p:Configuration=$env:CONFIGURATION `
9394
-v:quiet

.github/workflows/cd-sideload-stable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
shell: pwsh
8989
run: |
9090
msbuild "$env:LAUNCHER_PROJECT_PATH" `
91+
-t:Restore `
9192
-p:Platform=$env:PLATFORM `
9293
-p:Configuration=$env:CONFIGURATION `
9394
-v:quiet

.github/workflows/cd-store-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
shell: pwsh
8686
run: |
8787
msbuild "$env:LAUNCHER_PROJECT_PATH" `
88+
-t:Restore `
8889
-p:Platform=$env:PLATFORM `
8990
-p:Configuration=$env:CONFIGURATION `
9091
-v:quiet

.github/workflows/cd-store-stable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
shell: pwsh
8686
run: |
8787
msbuild "$env:LAUNCHER_PROJECT_PATH" `
88+
-t:Restore `
8889
-p:Platform=$env:PLATFORM `
8990
-p:Configuration=$env:CONFIGURATION `
9091
-v:quiet

0 commit comments

Comments
 (0)