Skip to content

Commit 10b375f

Browse files
committed
Remove instances of Properties_path in favor of DROP_PATH
1 parent 1ad929f commit 10b375f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)