Update dependencies from https://github.com/dotnet/arcade build 20200316.3 (#6825)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20166.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
parent
bf8d55dcc6
commit
d5c5b61096
4 changed files with 16 additions and 3 deletions
|
@ -100,9 +100,9 @@
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20162.3">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20166.3">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>16d4350184cf362cd59807b589d1c93803025abc</Sha>
|
<Sha>8784a7bf875f37d9115a7e2b8c37c335f0dbf884</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ToolsetDependencies>
|
</ToolsetDependencies>
|
||||||
</Dependencies>
|
</Dependencies>
|
||||||
|
|
|
@ -37,6 +37,12 @@ jobs:
|
||||||
- name: _BuildConfig
|
- name: _BuildConfig
|
||||||
value: ${{ parameters.configuration }}
|
value: ${{ parameters.configuration }}
|
||||||
- group: Publish-Build-Assets
|
- group: Publish-Build-Assets
|
||||||
|
# Skip component governance and codesign validation for SDL. These jobs
|
||||||
|
# create no content.
|
||||||
|
- name: skipComponentGovernanceDetection
|
||||||
|
value: true
|
||||||
|
- name: runCodesignValidationInjection
|
||||||
|
value: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
|
|
|
@ -90,3 +90,10 @@ variables:
|
||||||
value: https://dotnetclimsrc.blob.core.windows.net/dotnet/index.json
|
value: https://dotnetclimsrc.blob.core.windows.net/dotnet/index.json
|
||||||
- name: InternalInstallersBlobFeedKey
|
- name: InternalInstallersBlobFeedKey
|
||||||
value: $(dotnetclimsrc-access-key)
|
value: $(dotnetclimsrc-access-key)
|
||||||
|
|
||||||
|
# Skip component governance and codesign validation for SDL. These jobs
|
||||||
|
# create no content.
|
||||||
|
- name: skipComponentGovernanceDetection
|
||||||
|
value: true
|
||||||
|
- name: runCodesignValidationInjection
|
||||||
|
value: false
|
|
@ -8,6 +8,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20162.3"
|
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20166.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue