Merge in 'release/6.0.1xx' changes
This commit is contained in:
commit
d50e416988
2 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ if [ "$buildBootstrap" == "true" ]; then
|
||||||
cp $SCRIPT_ROOT/scripts/bootstrap/buildBootstrapPreviouslySB.csproj $workingDir
|
cp $SCRIPT_ROOT/scripts/bootstrap/buildBootstrapPreviouslySB.csproj $workingDir
|
||||||
|
|
||||||
# Copy NuGet.config from the installer repo to have the right feeds
|
# Copy NuGet.config from the installer repo to have the right feeds
|
||||||
cp $SCRIPT_ROOT/src/installer.*/NuGet.config $workingDir
|
cp $SCRIPT_ROOT/src/installer/NuGet.config $workingDir
|
||||||
|
|
||||||
# Get PackageVersions.props from existing prev-sb archive
|
# Get PackageVersions.props from existing prev-sb archive
|
||||||
echo " Retrieving PackageVersions.props from existing archive"
|
echo " Retrieving PackageVersions.props from existing archive"
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<PackageReference Include="Microsoft.Build.Utilities.Core">
|
<PackageReference Include="Microsoft.Build.Utilities.Core">
|
||||||
<Version>15.7.179</Version>
|
<Version>15.7.179</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<ProjectReference Include="$(SubmoduleDirectory)linker.$(linkerGitCommitHash)/external/cecil/Mono.Cecil.csproj">
|
<ProjectReference Include="$(SubmoduleDirectory)linker/external/cecil/Mono.Cecil.csproj">
|
||||||
<SetConfiguration Condition=" '$(Configuration)' == 'Debug' ">Configuration=netstandard_Debug</SetConfiguration>
|
<SetConfiguration Condition=" '$(Configuration)' == 'Debug' ">Configuration=netstandard_Debug</SetConfiguration>
|
||||||
<SetConfiguration Condition=" '$(Configuration)' == 'Release' ">Configuration=netstandard_Release</SetConfiguration>
|
<SetConfiguration Condition=" '$(Configuration)' == 'Release' ">Configuration=netstandard_Release</SetConfiguration>
|
||||||
<Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
|
<Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue