Skip to content

Commit f5e879d

Browse files
committed
Revert "Code Quality: Fixed package restore for launcher project (#16888)"
This reverts commit f1eeb16.
1 parent f1eeb16 commit f5e879d

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)