Skip to content

Commit

Permalink
Use powershell command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed Feb 2, 2016
1 parent 8852391 commit ba868e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def project = GithubProject
def newJobName = Utilities.getFullJobName(project, configuration, isPR)

// Define build string
def buildString = "build.ps1 ${configuration}"
def buildString = ".\\build.ps1 ${configuration}"

// Create a new job with the specified name. The brace opens a new closure
// and calls made within that closure apply to the newly created job.
Expand Down

0 comments on commit ba868e2

Please sign in to comment.