Skip to content

Commit f540879

Browse files
authored
Merge pull request #205866 from SteveSaunders1952/v-ssaunders-RuoyuWang-MS
v-ssaunders-ruoyu-wang-ms
2 parents 6de7510 + 925c180 commit f540879

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/spring-cloud/how-to-github-actions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ The following sections show you various options for deploying your app.
236236
Azure Spring Apps supports deploying to deployments with built artifacts (e.g., JAR or .NET Core ZIP) or source code archive.
237237
The following example deploys to the default production deployment in Azure Spring Apps using JAR file built by Maven. This is the only possible deployment scenario when using the Basic SKU:
238238

239+
> [!NOTE]
240+
> The package search pattern should only return exactly one package. If the build task produces multiple JAR packages such as *sources.jar* and *javadoc.jar*, you need to refine the search pattern so that it only matches the application binary artifact.
241+
239242
```yml
240243
name: AzureSpringCloud
241244
on: push

0 commit comments

Comments
 (0)