summaryrefslogtreecommitdiffstats
path: root/tests/builders/fixtures/powershell.xml
blob: 873b8449dcb2b1be67fec58ab70601cc2a19e1ba (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<project>
  <builders>
    <hudson.plugins.powershell.PowerShell>
      <command>foo/foo.ps1</command>
    </hudson.plugins.powershell.PowerShell>
  </builders>
</project>