File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,13 @@ function BuildSolution {
217217 cp $artifacts_dir /bin/fslex/$bootstrap_config /netcoreapp2.0/* $bootstrap_dir
218218 cp $artifacts_dir /bin/fsyacc/$bootstrap_config /netcoreapp2.0/* $bootstrap_dir
219219
220+ MSBuild " $repo_root /proto.proj" \
221+ /restore \
222+ /p:Configuration=$bootstrap_config \
223+ /t:Build
224+
225+ cp $artifacts_dir /bin/fsc/$bootstrap_config /netcoreapp2.0/* $bootstrap_dir
226+
220227 # do real build
221228 MSBuild $toolset_build_proj \
222229 $bl \
@@ -230,6 +237,7 @@ function BuildSolution {
230237 /p:Publish=$publish \
231238 /p:UseRoslynAnalyzers=$enable_analyzers \
232239 /p:ContinuousIntegrationBuild=$ci \
240+ /p:BootstrapBuildPath=" $bootstrap_dir " \
233241 /p:QuietRestore=$quiet_restore \
234242 /p:QuietRestoreBinaryLog=" $binary_log " \
235243 $properties
You can’t perform that action at this time.
0 commit comments