-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation of App SDK runtime v1.1.1 fails in GitHub Action #2631
Comments
- run: vstest.console.exe ./labs/CiTestExp/**/CiTestExp.UnitTests.WinAppSdk.build.appxrecipe /Framework:FrameworkUap10 /logger:"trx;LogFileName=CiTestExpWinAppSdk.trx" In our case we're seeing this as well just trying to run vstest (cmd above) against a WinAppSDK project. Worked fine with 1.0.3, updated to 1.1.1 and saw this failure:
|
same error on deployment of msix on generic MAUI release to windows. target:
|
Thanks @BenJKuhn! Also, is it possible to get a We're using GitHub Actions with our new Toolkit infrastructure we're trying to complete in the next couple of weeks, so this issue will block us from updating the WinAppSDK version at the moment. |
Looks like another symptom of the same root issue as #2546 Installation with System-Account doesn't work |
Adding "windows-app-sdk/downloads" -- all 1.1.1 and 1.1.0 installers fail with the same message:
Any workaround for Microsoft.WindowsAppRuntime.1.1 deployment at this time? |
#2565 fixing that just went into main. I'll be bringing it to servicing review so it can get into a 1.1 update soon. |
The fix is approved to be serviced in 1.1.2 version - #2644. Hence, closing the issue. |
@sachintaMSFT thanks for the update, is there an ETA for when 1.1.2 will be released? (Also FYI, I know the WinUI repo also has a bot which can close issues when the update is available as well.) |
@sachintaMSFT I'm still seeing this with 1.1.2, but only with our unit test project heads (our main build is now building with 1.1.2). It looks like it's still trying to install 1.1.1 instead of 1.1.2, but I'm not 100% sure where that's pulled in by the .NET SDK:
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.2" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22000.194" />
<PackageReference Include="Microsoft.TestPlatform.TestHost">
<Version>17.1.0</Version>
<ExcludeAssets>build</ExcludeAssets>
</PackageReference>
<PackageReference Include="MSTest.TestAdapter">
<Version>2.2.8</Version>
</PackageReference>
<PackageReference Include="MSTest.TestFramework">
<Version>2.2.8</Version>
</PackageReference> |
This also breaks on Windows Server 2022. I wonder if it has something to do with server missing windows store / MSIX packaging support? For me the solution was downgrading to 1.0.4 |
See base issue now tracking this here: #2829 |
Describe the bug
Trying to install the Windows app SDK in a GitHub action (see here) fails with
Relevant event log from
Microsoft-Windows-AppXDeploymentServer/Operational
:Steps to reproduce the bug
Relevant GitHub Actions .yml:
Expected behavior
The runtime should install successfully.
Screenshots
No response
NuGet package version
No response
Packaging type
No response
Windows version
No response
IDE
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: