Skip to content

Commit 9778955

Browse files
dotnet-maestro[bot]baronfel
authored andcommitted
Update dependencies from https://github.com/dotnet/arcade build 20190801.23 (#7342)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19401.23
1 parent 419ea48 commit 9778955

File tree

8 files changed

+26
-15
lines changed

8 files changed

+26
-15
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19381.19">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19401.23">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>48787606d809963cc800151cbfbefe0a74ae74b4</Sha>
8+
<Sha>941d6497356e00ea6b2bc35a22a67f4ecf988fd6</Sha>
99
</Dependency>
1010
</ToolsetDependencies>
1111
</Dependencies>

eng/common/templates/post-build/channels/internal-servicing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stages:
1313
- job:
1414
displayName: Symbol Publishing
1515
dependsOn: setupMaestroVars
16-
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.InternalServicing_30_Channel_Id)
16+
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.InternalServicing_30_Channel_Id))
1717
variables:
1818
- group: DotNet-Symbol-Server-Pats
1919
pool:
@@ -46,7 +46,7 @@ stages:
4646
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
4747
- name: IsStableBuild
4848
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ]
49-
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.InternalServicing_30_Channel_Id)
49+
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.InternalServicing_30_Channel_Id))
5050
pool:
5151
vmImage: 'windows-2019'
5252
steps:
@@ -126,7 +126,7 @@ stages:
126126
- job:
127127
displayName: Symbol Availability
128128
dependsOn: setupMaestroVars
129-
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.InternalServicing_30_Channel_Id)
129+
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.InternalServicing_30_Channel_Id))
130130
pool:
131131
vmImage: 'windows-2019'
132132
steps:

eng/common/templates/post-build/channels/public-dev-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stages:
1313
- job:
1414
displayName: Symbol Publishing
1515
dependsOn: setupMaestroVars
16-
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicDevRelease_30_Channel_Id)
16+
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_30_Channel_Id))
1717
variables:
1818
- group: DotNet-Symbol-Server-Pats
1919
pool:
@@ -46,7 +46,7 @@ stages:
4646
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
4747
- name: IsStableBuild
4848
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ]
49-
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicDevRelease_30_Channel_Id)
49+
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_30_Channel_Id))
5050
pool:
5151
vmImage: 'windows-2019'
5252
steps:
@@ -123,7 +123,7 @@ stages:
123123
- job:
124124
displayName: Symbol Availability
125125
dependsOn: setupMaestroVars
126-
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicDevRelease_30_Channel_Id)
126+
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_30_Channel_Id))
127127
pool:
128128
vmImage: 'windows-2019'
129129
steps:

eng/common/templates/post-build/channels/public-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stages:
1313
- job:
1414
displayName: Symbol Publishing
1515
dependsOn: setupMaestroVars
16-
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicRelease_30_Channel_Id)
16+
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id))
1717
variables:
1818
- group: DotNet-Symbol-Server-Pats
1919
pool:
@@ -46,7 +46,7 @@ stages:
4646
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
4747
- name: IsStableBuild
4848
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ]
49-
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicRelease_30_Channel_Id)
49+
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id))
5050
pool:
5151
vmImage: 'windows-2019'
5252
steps:
@@ -126,7 +126,7 @@ stages:
126126
- job:
127127
displayName: Symbol Availability
128128
dependsOn: setupMaestroVars
129-
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicRelease_30_Channel_Id)
129+
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id))
130130
pool:
131131
vmImage: 'windows-2019'
132132
steps:

eng/common/templates/post-build/channels/public-validation-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stages:
1717
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ]
1818
- name: IsStableBuild
1919
value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ]
20-
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicValidationRelease_30_Channel_Id)
20+
condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicValidationRelease_30_Channel_Id))
2121
pool:
2222
vmImage: 'windows-2019'
2323
steps:

eng/common/tools.ps1

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
# installed on the machine instead of downloading one.
4040
[bool]$useInstalledDotNetCli = if (Test-Path variable:useInstalledDotNetCli) { $useInstalledDotNetCli } else { $true }
4141

42+
# Enable repos to use a particular version of the on-line dotnet-install scripts.
43+
# default URL: https://dot.net/v1/dotnet-install.ps1
44+
[string]$dotnetInstallScriptVersion = if (Test-Path variable:dotnetInstallScriptVersion) { $dotnetInstallScriptVersion } else { "v1" }
45+
4246
# True to use global NuGet cache instead of restoring packages to repository-local directory.
4347
[bool]$useGlobalNuGetCache = if (Test-Path variable:useGlobalNuGetCache) { $useGlobalNuGetCache } else { !$ci }
4448

@@ -159,7 +163,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) {
159163
$installScript = Join-Path $dotnetRoot "dotnet-install.ps1"
160164
if (!(Test-Path $installScript)) {
161165
Create-Directory $dotnetRoot
162-
Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile $installScript
166+
Invoke-WebRequest "https://dot.net/$dotnetInstallScriptVersion/dotnet-install.ps1" -OutFile $installScript
163167
}
164168

165169
return $installScript
@@ -518,6 +522,9 @@ function MSBuild-Core() {
518522
if ($warnAsError) {
519523
$cmdArgs += " /warnaserror /p:TreatWarningsAsErrors=true"
520524
}
525+
else {
526+
$cmdArgs += " /p:TreatWarningsAsErrors=false"
527+
}
521528

522529
foreach ($arg in $args) {
523530
if ($arg -ne $null -and $arg.Trim() -ne "") {

eng/common/tools.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ warn_as_error=${warn_as_error:-true}
4545
# installed on the machine instead of downloading one.
4646
use_installed_dotnet_cli=${use_installed_dotnet_cli:-true}
4747

48+
# Enable repos to use a particular version of the on-line dotnet-install scripts.
49+
# default URL: https://dot.net/v1/dotnet-install.sh
50+
dotnetInstallScriptVersion=${dotnetInstallScriptVersion:-'v1'}
51+
4852
# True to use global NuGet cache instead of restoring packages to repository-local directory.
4953
if [[ "$ci" == true ]]; then
5054
use_global_nuget_cache=${use_global_nuget_cache:-false}
@@ -195,7 +199,7 @@ function InstallDotNet {
195199
function GetDotNetInstallScript {
196200
local root=$1
197201
local install_script="$root/dotnet-install.sh"
198-
local install_script_url="https://dot.net/v1/dotnet-install.sh"
202+
local install_script_url="https://dot.net/$dotnetInstallScriptVersion/dotnet-install.sh"
199203

200204
if [[ ! -a "$install_script" ]]; then
201205
mkdir -p "$root"

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19381.19",
13+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19401.23",
1414
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19069.2"
1515
}
1616
}

0 commit comments

Comments
 (0)