We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4db185 commit b265c34Copy full SHA for b265c34
.github/workflows/cd-sideload-stable.yml
@@ -88,6 +88,7 @@ jobs:
88
shell: pwsh
89
run: |
90
msbuild "$env:LAUNCHER_PROJECT_PATH" `
91
+ -t:Restore `
92
-p:Platform=$env:PLATFORM `
93
-p:Configuration=$env:CONFIGURATION `
94
-v:quiet
.github/workflows/cd-store-preview.yml
@@ -85,6 +85,7 @@ jobs:
85
86
87
.github/workflows/cd-store-stable.yml
0 commit comments