Skip to content

Commit c1e845a

Browse files
committed
Fixed syntax error
1 parent c2298a9 commit c1e845a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263

264264
# Build and pack component nupkg
265265
- 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
267267

268268
# Push Pull Request Packages to our DevOps Artifacts Feed (see nuget.config)
269269
- name: Push Pull Request Packages (if not fork)

0 commit comments

Comments
 (0)