There was an error while loading. Please reload this page.
1 parent a94485e commit 5e1a343Copy full SHA for 5e1a343
1 file changed
azure-pipelines.yml
@@ -660,7 +660,7 @@ stages:
660
vmImage: 'windows-latest'
661
662
steps:
663
- # We checkout here because we need to publish the source code along with the binaries per Apache's releaae policy
+ # We checkout here because we need to publish the source code along with the binaries per Apache's release policy
664
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
665
fetchDepth: '1' # the depth of commits to ask Git to fetch
666
0 commit comments