Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Add missing "--ci" option to Linux build (#8301)
Browse files Browse the repository at this point in the history
(cherry picked from commit c25b8b4)
  • Loading branch information
dagood authored and mmitche committed Oct 10, 2019
1 parent 34a7a30 commit 903ca49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/jobs/steps/build-linux-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ steps:
set -x
df -h
$(DockerRunMSBuild) ${{ parameters.image }} $(MSBuildScript) \
--ci \
/root/coresetup/tools-local/tasks/core-setup.tasks.csproj \
/t:Restore /t:Build /t:CreateHostMachineInfoFile \
$(CommonMSBuildArgs) \
Expand Down

0 comments on commit 903ca49

Please sign in to comment.