Skip to content

Commit 7696fb9

Browse files
Update version-and-release.yml
1 parent 553d794 commit 7696fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/templates/version-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ parameters:
88
steps:
99
- task: PowerShell@2
1010
inputs:
11-
filePath: '$${{ parameters.directoryPath }}/Scripts/getLatestVersion.ps1'
12-
arguments: '-propertiesPath "$${{ parameters.directoryPath }}/gradle.properties"'
11+
filePath: '${{ parameters.directoryPath }}/Scripts/getLatestVersion.ps1'
12+
arguments: '-propertiesPath "${{ parameters.directoryPath }}/gradle.properties"'
1313
pwsh: true
1414

1515
- task: GitHubRelease@1

0 commit comments

Comments
 (0)