Skip to content

Helix Integration. #5837

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jun 23, 2021
Prev Previous commit
Next Next commit
yml changes.
  • Loading branch information
michaelgsharp committed Jun 22, 2021
commit 5e26b4c2ffdcff3ff3904dd8e891fa53f5358acf
4 changes: 2 additions & 2 deletions build/ci/send-to-helix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ parameters:

steps:
- script: ${{ parameters.MsBuildScript}}
$(Build.SourcesDirectory)\eng\helix.proj
$(Build.SourcesDirectory)/eng/helix.proj
/t:Test
/bl:$(Build.SourcesDirectory)\artifacts\log\${{ parameters.Configuration }}\SendToHelix.binlog
/bl:$(Build.SourcesDirectory)/artifacts/log/${{ parameters.Configuration }}/SendToHelix.binlog
/p:Configuration=${{ parameters.Configuration }}
/p:TargetArchitecture=${{ parameters.Architecture }}
/p:BuildConfig=${{ parameters.Configuration }}
Expand Down