Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Feb 19, 2020
1 parent 959dc1d commit 931862e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ stages:
Token: $(dn-bot-dnceng-artifact-feeds-rw)
- script: ./restore.sh --restore -ci /p:configuration=$(_BuildConfig)
displayName: Restore packages
- script: .dotnet/dotnet msbuild eng/helix.proj /restore /t:Test /p:configuration=$(_BuildConfig) /bl:$env:BUILD_SOURCESDIRECTORY/SendToHelix.binlog
- script: .dotnet/dotnet msbuild eng/helix.proj /restore /t:Test /p:configuration=$(_BuildConfig) /bl:$(Build.SourcesDirectory)/SendToHelix.binlog
displayName: Send job to helix
env:
HelixAccessToken: $(_HelixAccessToken)
Expand Down

0 comments on commit 931862e

Please sign in to comment.