Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools for PR 9821 (#24112)
Browse files Browse the repository at this point in the history
* Change AddDevVersion as boolean in save package properties script
  • Loading branch information
azure-sdk authored Feb 13, 2025
1 parent c2e1953 commit 521dc9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ steps:
arguments: >
-ServiceDirectory '${{parameters.ServiceDirectory}}'
-OutDirectory '${{ parameters.PackageInfoDirectory }}'
-AddDevVersion:$${{ eq(variables['SetDevVersion'],'true') }}
-AddDevVersion:($env:SetDevVersion -eq 'true')
pwsh: true

0 comments on commit 521dc9b

Please sign in to comment.