Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Workaround coreclr issue (#16828)
Browse files Browse the repository at this point in the history
VSTS does not seem to be correctly honoring the working directory for batch script steps.  Explicitly qualify the setup_vs_env.cmd path
  • Loading branch information
mmitche committed Mar 8, 2018
1 parent c9eaaac commit 03dd0ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildpipeline/DotNet-Trusted-Publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
"definitionType": "task"
},
"inputs": {
"filename": "setup_vs_tools.cmd",
"filename": "$(Pipeline.SourcesDirectory)\\setup_vs_tools.cmd",
"arguments": "",
"modifyEnvironment": "true",
"workingFolder": "$(Pipeline.SourcesDirectory)",
"workingFolder": "",
"failOnStandardError": "false"
}
},
Expand Down Expand Up @@ -758,4 +758,4 @@
"revision": 418098432,
"visibility": "organization"
}
}
}

0 comments on commit 03dd0ba

Please sign in to comment.