Skip to content

Commit

Permalink
try #2 at getting the right publish path
Browse files Browse the repository at this point in the history
  • Loading branch information
kmelmon committed Oct 21, 2019
1 parent 01e3aee commit 8e0189f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ado/templates/react-native-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ steps:
condition: succeededOrFailed()
timeoutInMinutes: 10
inputs:
pathtoPublish: $(Build.SourcesDirectory)/testcli/windows/testcli.sln.log
pathtoPublish: $(Agent.BuildDirectory)/testcli/windows/testcli.sln.log
artifactName: Detailed Logs for testcli.sln ${{ parameters.platform }} ${{ parameters.configuration }}
publishLocation: 'Container'

Expand Down

0 comments on commit 8e0189f

Please sign in to comment.