提交 ac57c855 编写于 作者: D dotnet-maestro[bot] 提交者: Jose Perez Rodriguez

Update dependencies from https://github.com/dotnet/arcade build 20190618.2 (#506)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19318.2
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19318.2
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19318.2
上级 b0133d22
...@@ -11,17 +11,17 @@ ...@@ -11,17 +11,17 @@
</Dependency> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19315.2"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19318.2">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>aa4285be7fab64e2b6e62e4d5688ea50931c407c</Sha> <Sha>dc538a29793fd56618d0fa3186e2388d47d00c19</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19315.2"> <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19318.2">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>aa4285be7fab64e2b6e62e4d5688ea50931c407c</Sha> <Sha>dc538a29793fd56618d0fa3186e2388d47d00c19</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19315.2"> <Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19318.2">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>aa4285be7fab64e2b6e62e4d5688ea50931c407c</Sha> <Sha>dc538a29793fd56618d0fa3186e2388d47d00c19</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
<SystemDeviceGpioPackageVersion>0.1.0-prerelease.19314.3</SystemDeviceGpioPackageVersion> <SystemDeviceGpioPackageVersion>0.1.0-prerelease.19314.3</SystemDeviceGpioPackageVersion>
<IotDeviceBindingsPackageVersion>0.1.0-prerelease.19314.3</IotDeviceBindingsPackageVersion> <IotDeviceBindingsPackageVersion>0.1.0-prerelease.19314.3</IotDeviceBindingsPackageVersion>
<!-- dotnet/arcade dependencies --> <!-- dotnet/arcade dependencies -->
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19315.2</MicrosoftDotNetGenAPIPackageVersion> <MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19318.2</MicrosoftDotNetGenAPIPackageVersion>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
...@@ -57,7 +57,6 @@ jobs: ...@@ -57,7 +57,6 @@ jobs:
/p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com /p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com
/p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }} /p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }}
/p:Configuration=$(_BuildConfig) /p:Configuration=$(_BuildConfig)
/v:detailed
condition: ${{ parameters.condition }} condition: ${{ parameters.condition }}
continueOnError: ${{ parameters.continueOnError }} continueOnError: ${{ parameters.continueOnError }}
- task: powershell@2 - task: powershell@2
......
...@@ -138,8 +138,7 @@ stages: ...@@ -138,8 +138,7 @@ stages:
inputs: inputs:
targetType: inline targetType: inline
script: | script: |
darc gather-drop --non-shipping --continue-on-error --id $(BARBuildId) --output-dir $(Agent.BuildDirectory)/Temp/Drop/ --bar-uri https://maestro-prod.westus2.cloudapp.azure.com/ --password $(MaestroAccessToken) darc gather-drop --non-shipping --continue-on-error --id $(BARBuildId) --output-dir $(Agent.BuildDirectory)/Temp/Drop/ --bar-uri https://maestro-prod.westus2.cloudapp.azure.com/ --password $(MaestroAccessToken) --latest-location
continueOnError: true
- template: ../promote-build.yml - template: ../promote-build.yml
parameters: parameters:
......
...@@ -84,8 +84,7 @@ stages: ...@@ -84,8 +84,7 @@ stages:
inputs: inputs:
targetType: inline targetType: inline
script: | script: |
darc gather-drop --non-shipping --continue-on-error --id $(BARBuildId) --output-dir $(Agent.BuildDirectory)/Temp/Drop/ --bar-uri https://maestro-prod.westus2.cloudapp.azure.com --password $(MaestroAccessToken) darc gather-drop --non-shipping --continue-on-error --id $(BARBuildId) --output-dir $(Agent.BuildDirectory)/Temp/Drop/ --bar-uri https://maestro-prod.westus2.cloudapp.azure.com --password $(MaestroAccessToken) --latest-location
continueOnError: true
- template: ../promote-build.yml - template: ../promote-build.yml
parameters: parameters:
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"version": "3.0.100-preview5-011568" "version": "3.0.100-preview5-011568"
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19315.2", "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19318.2",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19315.2" "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19318.2"
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册