未验证 提交 27fcadff 编写于 作者: D dotnet-maestro[bot] 提交者: GitHub

Update dependencies from https://github.com/dotnet/arcade build 677 (#131)

This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.18607.6
上级 fdbbc61c
......@@ -2,9 +2,9 @@
<Dependencies>
<ProductDependencies></ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18606.9">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18607.6">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fe25f076bdd44568aa6334d4266e6553719cf91d</Sha>
<Sha>e8b77277ce388a80223941927a0e4388d02b7233</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
parameters:
HelixSource: 'pr/default' # required
HelixType: ̓'tests/default/' # required
HelixType: 'tests/default/' # required
HelixBuild: $(Build.BuildNumber) # required
HelixTargetQueues: '' # required
HelixAccessToken: '' # required
......@@ -17,6 +17,8 @@ parameters:
DotNetCliVersion: ''
EnableXUnitReporter: false
WaitForWorkItemCompletion: true
IsExternal: false
Creator: ''
condition: succeeded()
continueOnError: false
......@@ -43,6 +45,8 @@ steps:
DotNetCliVersion: ${{ parameters.DotNetCliVersion }}
EnableXUnitReporter: ${{ parameters.EnableXUnitReporter }}
WaitForWorkItemCompletion: ${{ parameters.WaitForWorkItemCompletion }}
IsExternal: ${{ parameters.IsExternal }}
Creator: ${{ parameters.Creator }}
condition: and(${{ parameters.condition }}, eq(variables['Agent.Os'], 'Windows_NT'))
continueOnError: ${{ parameters.continueOnError }}
- script: $BUILD_SOURCESDIRECTORY/eng/common/msbuild.sh $BUILD_SOURCESDIRECTORY/eng/common/helixpublish.proj /bl:$BUILD_SOURCESDIRECTORY/artifacts/log/$BuildConfig/SendToHelix.binlog
......@@ -67,5 +71,7 @@ steps:
DotNetCliVersion: ${{ parameters.DotNetCliVersion }}
EnableXUnitReporter: ${{ parameters.EnableXUnitReporter }}
WaitForWorkItemCompletion: ${{ parameters.WaitForWorkItemCompletion }}
IsExternal: ${{ parameters.IsExternal }}
Creator: ${{ parameters.Creator }}
condition: and(${{ parameters.condition }}, ne(variables['Agent.Os'], 'Windows_NT'))
continueOnError: ${{ parameters.continueOnError }}
......@@ -9,6 +9,6 @@
"version": "3.0.100-preview-009764"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18606.9"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18607.6"
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册