File tree Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 8484 -p:PublishReadyToRun=true `
8585 -v:quiet
8686
87+ - name : Restore NuGet Packages for Launcher Project
88+ shell : pwsh
89+ run : |
90+ nuget restore "$env:LAUNCHER_PROJECT_PATH" `
91+ -SolutionDirectory "$env:WORKING_DIR" `
92+ -Verbosity detailed
93+
8794 - name : Build launcher project
8895 shell : pwsh
8996 run : |
Original file line number Diff line number Diff line change 8383 -p:Configuration=$env:CONFIGURATION `
8484 -p:PublishReadyToRun=true `
8585 -v:quiet
86+
87+ - name : Restore NuGet Packages for Launcher Project
88+ shell : pwsh
89+ run : |
90+ nuget restore "$env:LAUNCHER_PROJECT_PATH" `
91+ -SolutionDirectory "$env:WORKING_DIR" `
92+ -Verbosity detailed
8693
8794 - name : Build launcher project
8895 shell : pwsh
Original file line number Diff line number Diff line change 7070 shell : cmd
7171 run : |
7272 for /f %%a in ('dir /b /a:d %localappdata%\Microsoft\VisualStudio\17*') do echo UsePreviews=True>%localappdata%\Microsoft\VisualStudio\%%a\sdk.txt
73-
73+
7474 - name : Restore Files
7575 shell : pwsh
7676 run : |
8181 -p:PublishReadyToRun=true `
8282 -v:quiet
8383
84+ - name : Restore NuGet Packages for Launcher Project
85+ shell : pwsh
86+ run : |
87+ nuget restore "$env:LAUNCHER_PROJECT_PATH" `
88+ -SolutionDirectory "$env:WORKING_DIR" `
89+ -Verbosity detailed
90+
8491 - name : Build launcher project
8592 shell : pwsh
8693 run : |
@@ -109,7 +116,7 @@ jobs:
109116 run : find $ARTIFACTS_STAGING_DIR -empty -delete
110117
111118 - name : Publish the packages to Microsoft Store
112- uses : isaacrlevin/windows-store-action@1
119+ uses : isaacrlevin/windows-store-action@1.0
113120 with :
114121 app-id : ' 9NSQD9PKV3SS'
115122 tenant-id : ${{ secrets.AZURE_TENANT_ID }}
Original file line number Diff line number Diff line change 8181 -p:PublishReadyToRun=true `
8282 -v:quiet
8383
84+ - name : Restore NuGet Packages for Launcher Project
85+ shell : pwsh
86+ run : |
87+ nuget restore "$env:LAUNCHER_PROJECT_PATH" `
88+ -SolutionDirectory "$env:WORKING_DIR" `
89+ -Verbosity detailed
90+
8491 - name : Build launcher project
8592 shell : pwsh
8693 run : |
You can’t perform that action at this time.
0 commit comments