We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553d794 commit 7696fb9Copy full SHA for 7696fb9
1 file changed
.azure-pipelines/templates/version-and-release.yml
@@ -8,8 +8,8 @@ parameters:
8
steps:
9
- task: PowerShell@2
10
inputs:
11
- filePath: '$${{ parameters.directoryPath }}/Scripts/getLatestVersion.ps1'
12
- arguments: '-propertiesPath "$${{ parameters.directoryPath }}/gradle.properties"'
+ filePath: '${{ parameters.directoryPath }}/Scripts/getLatestVersion.ps1'
+ arguments: '-propertiesPath "${{ parameters.directoryPath }}/gradle.properties"'
13
pwsh: true
14
15
- task: GitHubRelease@1
0 commit comments