Skip to content

Commit ca3e8ce

Browse files
pjcollinsjonathanpeppers
authored andcommitted
[tests] Skip sign check when installing MAUI (#8288)
The MAUI integration test job has been failing with: EXEC(0,0): Error : NU3004: The package is not signed. Our upstream dependencies will not always be signed, and the packages we are building for testing purposes are not signed. We can avoid this error by adding `--skip-sign-check` to the workload install command.
1 parent 9f75a6b commit ca3e8ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tools/scripts/DotNet.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<_NuGetSources Include="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
110110
<_NuGetSources Include="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
111111
<_InstallArguments Include="--skip-manifest-update" />
112+
<_InstallArguments Include="--skip-sign-check" />
112113
<_InstallArguments Include="--verbosity diag" />
113114
<_InstallArguments Include="--source &quot;%(_NuGetSources.Identity)&quot;" />
114115
<_InstallArguments Include="--temp-dir &quot;$(_TempDirectory)&quot;" />

0 commit comments

Comments
 (0)