Skip to content

Commit

Permalink
Update prep-source-build.sh (#40480)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored Apr 26, 2024
1 parent bf485b6 commit 4405cd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SourceBuild/content/prep-source-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ function BootstrapArtifacts {
# Copy bootstrap project to working dir
cp "$REPO_ROOT/eng/bootstrap/buildBootstrapPreviouslySB.csproj" "$workingDir"

# Copy NuGet.config from the installer repo to have the right feeds
cp "$REPO_ROOT/src/installer/NuGet.config" "$workingDir"
# Copy NuGet.config from the sdk repo to have the right feeds
cp "$REPO_ROOT/src/sdk/NuGet.config" "$workingDir"

# Get PackageVersions.props from existing prev-sb archive
echo " Retrieving PackageVersions.props from existing archive"
Expand Down Expand Up @@ -247,4 +247,4 @@ if [ "$removeBinaries" == true ]; then
--with-packages $packagesDir \
--with-sdk $dotnetSdk \

fi
fi

0 comments on commit 4405cd9

Please sign in to comment.