Skip to content

Commit

Permalink
Set DOTNET_ROOT variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Jul 29, 2020
1 parent 0ba298c commit a316010
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vsts-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
variables:
- name: DOTNET_ROOT
value: $(Build.SourcesDirectory)\.dotnet

jobs:
- job: Windows
pool:
Expand Down Expand Up @@ -44,7 +48,7 @@ jobs:
- task: PublishTestResults@2
inputs:
testRunner: 'xUnit'
testResultsFiles: '**/*.xml'
testResultsFiles: '**/*.xml'
searchFolder: '$(Build.SourcesDirectory)\artifacts\TestResults\$(_configuration)'
configuration: '$(_configuration)'
publishRunAttachments: true
Expand Down

0 comments on commit a316010

Please sign in to comment.