Skip to content

Commit

Permalink
There's no 'platform' in package_targets.py, only labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Aug 12, 2016
1 parent f2c074a commit 6ee23ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tests/package_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self, use_coreclr=False):
self.labels += ['windows']

def pre_build_jobspecs(self):
if self.platform == 'windows':
if 'windows' in self.labels:
return [create_jobspec('prebuild_%s' % self.name,
['tools\\run_tests\\pre_build_csharp.bat'],
shell=True,
Expand Down

0 comments on commit 6ee23ee

Please sign in to comment.