Skip to content

Commit c59e902

Browse files
bschnurrCopilot
andauthored
Update build/templates/package.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 344513d commit c59e902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/templates/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
- template: setup.yml@self
7676

77-
- ${{ if and(eq(parameters.isPreRelease, 'true'), eq(parameters.standardizedVersioning, 'true')) }}:
77+
- ${{ if and(eq(parameters.isPreRelease, true), eq(parameters.standardizedVersioning, true)) }}:
7878
- template: modify-extension-version.yml@self
7979
parameters:
8080
workingDirectory: ${{ parameters.workingDirectory }}

0 commit comments

Comments
 (0)