You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-pipelines.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ name: 'vNext$(rev:.r)' # Format for build number (will be overridden)
25
25
# GenerateDocs: (Optional. Only builds documentation website if set to 'true'.)
26
26
# GenerateWebsite: (Optional. Only builds lucene.net website if set to 'true'.)
27
27
# IsRelease: (Optional. By default the Release job is disabled, setting this to 'true' will enable it)
28
-
# GeneratePackages: (Optional. Defaults to 'true'. Setting to 'false' will cut about 1 minute from the build time by skipping packing the NuGet files and subsequent artiact upload. If ArtifactFeedID is provided or IsRelease is 'true', this setting has no effect.)
28
+
# GeneratePackages: (Optional. Defaults to 'true'. Setting to 'false' will cut about 1 minute from the build time by skipping packing the NuGet files and subsequent artifact upload. If ArtifactFeedID is provided or IsRelease is 'true', this setting has no effect.)
29
29
30
30
# Versioning Variables
31
31
@@ -660,7 +660,7 @@ stages:
660
660
vmImage: 'windows-latest'
661
661
662
662
steps:
663
-
# We checkout here because we need to publish the source code along with the binaries per Apache's releae policy
663
+
# We checkout here because we need to publish the source code along with the binaries per Apache's release policy
664
664
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
665
665
fetchDepth: '1'# the depth of commits to ask Git to fetch
0 commit comments