8000 Update dependencies from https://github.com/dotnet/arcade build 20240… · dotnet/wpf-test@de32bb1 · GitHub
[go: up one dir, main page]

Skip to content

Commit de32bb1

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240606.4 (#305)
[main] Update dependencies from dotnet/arcade
1 parent 5ab9f93 commit de32bb1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ToolsetDependencies>
4-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24305.5">
4+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24306.4">
55
<Uri>https://github.com/dotnet/arcade</Uri>
6-
<Sha>f00e1ca5808b15b206042d50cad7cc1c69d3d938</Sha>
6+
<Sha>7507f80c8db285bbc9939c1dff522a761cf4edc0</Sha>
77
</Dependency>
88
<Dependency Name="Microsoft.DotNet.Arcade.Wpf.Sdk" Version="6.0.0-preview.5.21220.1">
99
<Uri>https://github.com/dotnet/wpf</Uri>

eng/common/post-build/publish-using-darc.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ try {
4343
--azdev-pat $AzdoToken `
4444
--bar-uri $MaestroApiEndPoint `
4545
--password $MaestroToken `
46+
--disable-interactive-auth `
4647
@optionalParams
4748

4849
if ($LastExitCode -ne 0) {

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24305.5",
15+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24306.4",
1616
"Microsoft.DotNet.Arcade.Wpf.Sdk": "6.0.0-alpha.1.21071.6",
1717
"Microsoft.NET.Sdk.WindowsDesktop": "6.0.0-preview.6.21276.7"
1818
},

0 commit comments

Comments
 (0)
0