Skip to content

Commit a61d8cc

Browse files
Update CI for WinUI 3 instructions to not use solution name for upload (#4346)
* Update ci-for-winui3.md * Update ci-for-winui3.md --------- Co-authored-by: Steven White <[email protected]>
1 parent fd90154 commit a61d8cc

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)