Skip to content

Commit 6e7f9b6

Browse files
Update version-and-release.yml
1 parent af49214 commit 6e7f9b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ steps:
88
inputs:
99
filePath: '$(DROP_PATH)/Scripts/getLatestVersion.ps1'
1010
arguments: '-propertiesPath "$(PROPERTIES_PATH)"'
11+
pwsh: true
1112

1213
- task: GitHubRelease@1
1314
inputs:
@@ -22,4 +23,4 @@ steps:
2223
$(Build.ArtifactStagingDirectory)/*
2324
isPreRelease: true
2425
changeLogCompareToRelease: 'lastFullRelease'
25-
changeLogType: 'commitBased'
26+
changeLogType: 'commitBased'

0 commit comments

Comments
 (0)