Merge pull request #275 from livarcocc/prepare_for_darc_toolset_update
Updating the toolset version property to match the package name publi…shed by dotnet/toolset repo.
This commit is contained in:
commit
5ad3dfdf29
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ToolsetVersion>3.0.100-preview.19057.5</ToolsetVersion>
|
<dotnettoolsetinternalPackageVersion>3.0.100-preview.19057.5</dotnettoolsetinternalPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependencies from https://github.com/aspnet/EntityFrameworkCore -->
|
<!-- Dependencies from https://github.com/aspnet/EntityFrameworkCore -->
|
||||||
|
|
|
@ -111,8 +111,8 @@
|
||||||
</BundledInstallerComponent>
|
</BundledInstallerComponent>
|
||||||
|
|
||||||
<BundledLayoutComponent Include="ToolsetArchive">
|
<BundledLayoutComponent Include="ToolsetArchive">
|
||||||
<BaseUrl>$(CoreSetupBlobRootUrl)Toolset/$(ToolsetVersion)</BaseUrl>
|
<BaseUrl>$(CoreSetupBlobRootUrl)Toolset/$(dotnettoolsetinternalPackageVersion)</BaseUrl>
|
||||||
<DownloadFileName>dotnet-toolset-internal-$(ToolsetVersion).zip</DownloadFileName>
|
<DownloadFileName>dotnet-toolset-internal-$(dotnettoolsetinternalPackageVersion).zip</DownloadFileName>
|
||||||
<AccessToken>$(CoreSetupBlobAccessTokenParam)</AccessToken>
|
<AccessToken>$(CoreSetupBlobAccessTokenParam)</AccessToken>
|
||||||
<RelativeLayoutPath>sdk/$(SdkVersion)</RelativeLayoutPath>
|
<RelativeLayoutPath>sdk/$(SdkVersion)</RelativeLayoutPath>
|
||||||
</BundledLayoutComponent>
|
</BundledLayoutComponent>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue