Skip to content

Commit 2a0783a

Browse files
dotnet-maestro[bot]lewingcarlossanlopSteve Pfister
authored
[release/7.0] Update dependencies from dotnet/emsdk (#82192)
* Update dependencies from https://github.com/dotnet/emsdk build 20230215.1 Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.4 -> To Version 7.0.4 * Update dependencies from https://github.com/dotnet/emsdk build 20230309.4 Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.4 -> To Version 7.0.4 * Add switch to skip sign check on windows --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Larry Ewing <lewing@microsoft.com> Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com> Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
1 parent ca584ef commit 2a0783a

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

NuGet.config

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
<clear />
1010
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1111
<!-- Begin: Package sources from dotnet-emsdk -->
12-
<add key="darc-pub-dotnet-emsdk-ba16583" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-ba16583f/nuget/v3/index.json" />
13-
<add key="darc-pub-dotnet-emsdk-ba16583-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-ba16583f-3/nuget/v3/index.json" />
14-
<add key="darc-pub-dotnet-emsdk-ba16583-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-ba16583f-2/nuget/v3/index.json" />
15-
<add key="darc-pub-dotnet-emsdk-ba16583-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-ba16583f-1/nuget/v3/index.json" />
12+
<add key="darc-pub-dotnet-emsdk-3d7178d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-3d7178d8/nuget/v3/index.json" />
1613
<!-- End: Package sources from dotnet-emsdk -->
1714
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1815
<!--

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
</Dependency>
5151
<Dependency Name="Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100" Version="7.0.4">
5252
<Uri>https://github.com/dotnet/emsdk</Uri>
53-
<Sha>ba16583f6b055e5a0623d817a48f1f2f15629e6b</Sha>
53+
<Sha>3d7178d836ea32bb7bb51d8d1c714d52fe641ffa</Sha>
5454
</Dependency>
5555
<Dependency Name="Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100" Version="7.0.4">
5656
<Uri>https://github.com/dotnet/emsdk</Uri>
57-
<Sha>ba16583f6b055e5a0623d817a48f1f2f15629e6b</Sha>
57+
<Sha>3d7178d836ea32bb7bb51d8d1c714d52fe641ffa</Sha>
5858
</Dependency>
5959
</ProductDependencies>
6060
<ToolsetDependencies>

src/tasks/WorkloadBuildTasks/InstallWorkloadFromArtifacts.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ private bool InstallPacks(InstallWorkloadRequest req, string nugetConfigContents
187187
(int exitCode, string output) = Utils.TryRunProcess(
188188
Log,
189189
Path.Combine(req.TargetPath, "dotnet"),
190-
$"workload install --skip-manifest-update --no-cache --configfile \"{nugetConfigPath}\" {req.WorkloadId}",
190+
$"workload install --skip-sign-check --skip-manifest-update --no-cache --configfile \"{nugetConfigPath}\" {req.WorkloadId}",
191191
workingDir: Path.GetTempPath(),
192192
silent: false,
193193
logStdErrAsMessage: req.IgnoreErrors,

0 commit comments

Comments
 (0)