Skip to content

Commit 38595cc

Browse files
Merge pull request #3455 from MicrosoftDocs/main638149265977459475sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents fd90154 + a61d8cc commit 38595cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hub/apps/package-and-deploy/ci-for-winui3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ Copy/paste the following into your workflow file, and then update...
5252
1. **Solution_Name** to the name of your solution
5353
2. **dotnet-version** to either 5.0 or 6.0 depending on your project
5454

55+
> [!NOTE]
56+
> For the step uploading the artifact (the last step below), if the build output doesn't land in a folder that contains your solution, then replace `env.Solution_Name` with `github.workspace` (the GitHub actions Workspace folder).
57+
5558
```yml
5659
# This workflow will build, sign, and package a WinUI 3 MSIX desktop application
5760
# built on .NET.
@@ -158,6 +161,9 @@ Copy/paste the following into your workflow file, and then update...
158161
1. **Solution_Name** to the name of your solution
159162
2. **dotnet-version** to either 5.0 or 6.0 depending on your project
160163

164+
> [!NOTE]
165+
> For the step uploading the artifact (the last step below), if the build output doesn't land in a folder that contains your solution, then replace `env.Solution_Name` with `github.workspace` (the GitHub actions Workspace folder).
166+
161167
```yml
162168
# This workflow will build and publish a WinUI 3 unpackaged desktop application
163169
# built on .NET.

0 commit comments

Comments
 (0)