Update dependencies from https://github.com/dotnet/arcade build 20190409.1 (#1296)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19209.1
This commit is contained in:
parent
4c5f2b38af
commit
cfc0ff1cee
4 changed files with 13 additions and 3 deletions
|
@ -64,9 +64,9 @@
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19207.1">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19209.1">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>b1f9e12fe3ee71c48ea60b15968745850ac0a4a7</Sha>
|
<Sha>9d7e665ecf2606094677524ecd5af0fc39c7bb49</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ToolsetDependencies>
|
</ToolsetDependencies>
|
||||||
</Dependencies>
|
</Dependencies>
|
||||||
|
|
|
@ -24,6 +24,14 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<FilesToPublishToSymbolServer Include="$(PDBArtifactsDirectory)\*.pdb"/>
|
<FilesToPublishToSymbolServer Include="$(PDBArtifactsDirectory)\*.pdb"/>
|
||||||
<PackagesToPublishToSymbolServer Include="$(BlobBasePath)\*.symbols.nupkg"/>
|
<PackagesToPublishToSymbolServer Include="$(BlobBasePath)\*.symbols.nupkg"/>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
These packages from Arcade-Services include some native libraries that
|
||||||
|
our current symbol uploader can't handle. Below is a workaround until
|
||||||
|
we get issue: https://github.com/dotnet/arcade/issues/2457 sorted.
|
||||||
|
-->
|
||||||
|
<PackagesToPublishToSymbolServer Remove="$(BlobBasePath)\Microsoft.DotNet.Darc.*" />
|
||||||
|
<PackagesToPublishToSymbolServer Remove="$(BlobBasePath)\Microsoft.DotNet.Maestro.Tasks.*" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|
|
@ -5,6 +5,7 @@ parameters:
|
||||||
condition: succeeded()
|
condition: succeeded()
|
||||||
continueOnError: false
|
continueOnError: false
|
||||||
runAsPublic: false
|
runAsPublic: false
|
||||||
|
publishUsingPipelines: false
|
||||||
phases:
|
phases:
|
||||||
- phase: Asset_Registry_Publish
|
- phase: Asset_Registry_Publish
|
||||||
displayName: Publish to Build Asset Registry
|
displayName: Publish to Build Asset Registry
|
||||||
|
@ -36,6 +37,7 @@ phases:
|
||||||
/p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests'
|
/p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests'
|
||||||
/p:BuildAssetRegistryToken=$(MaestroAccessToken)
|
/p:BuildAssetRegistryToken=$(MaestroAccessToken)
|
||||||
/p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com
|
/p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com
|
||||||
|
/p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }}
|
||||||
/p:Configuration=$(_BuildConfig)
|
/p:Configuration=$(_BuildConfig)
|
||||||
condition: ${{ parameters.condition }}
|
condition: ${{ parameters.condition }}
|
||||||
continueOnError: ${{ parameters.continueOnError }}
|
continueOnError: ${{ parameters.continueOnError }}
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
"dotnet": "3.0.100-preview-009812"
|
"dotnet": "3.0.100-preview-009812"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19207.1"
|
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19209.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue