Skip to content

Commit 732a7ba

Browse files
committed
remove instance of Properties_path in favor of DROP_PATH
1 parent 2e140ae commit 732a7ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77
- task: PowerShell@2
88
inputs:
99
filePath: '$(DROP_PATH)/Scripts/getLatestVersion.ps1'
10-
arguments: '-propertiesPath "$(PROPERTIES_PATH)"'
10+
arguments: '-propertiesPath "$(DROP_PATH)/gradle.properties"'
1111
pwsh: true
1212

1313
- task: GitHubRelease@1

0 commit comments

Comments
 (0)