File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ jobs:
263
263
264
264
# Build and pack component nupkg
265
265
- name : Build and pack component packages
266
- run : ./tooling/Build-Toolkit-Components.ps1 -MultiTargets all -WinUIMajorVersion ${{ matrix.winui }} -DateForVersion ${{ env.VERSION_DATE }} ${{ env.VERSION_PROPERTY != '' && format('-PreviewVersion "{0}"', env.VERSION_PROPERTY) || '' }} ${{ env.ENABLE_DIAGNOSTICS == 'true' && -EnableBinlogs || '' }} ${{ env.ENABLE_DIAGNOSTICS == 'true' && -Verbose || '' }} -BinlogOutput ./ -NupkgOutput ./ -Release
266
+ run : ./tooling/Build-Toolkit-Components.ps1 -MultiTargets all -WinUIMajorVersion ${{ matrix.winui }} -DateForVersion ${{ env.VERSION_DATE }} ${{ env.VERSION_PROPERTY != '' && format('-PreviewVersion "{0}"', env.VERSION_PROPERTY) || '' }} ${{ env.ENABLE_DIAGNOSTICS == 'true' && ' -EnableBinlogs' || '' }} ${{ env.ENABLE_DIAGNOSTICS == 'true' && ' -Verbose' || '' }} -BinlogOutput ./ -NupkgOutput ./ -Release
267
267
268
268
# Push Pull Request Packages to our DevOps Artifacts Feed (see nuget.config)
269
269
- name : Push Pull Request Packages (if not fork)
You can’t perform that action at this time.
0 commit comments