Skip to content

Commit

Permalink
Fix file permissions for macos CI scripts (#1966)
Browse files Browse the repository at this point in the history
* Fix file permissions

* Rename stage
  • Loading branch information
jackgerrits authored Jul 16, 2019
1 parent 1839b34 commit 582fec5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ steps:
- bash: .scripts/macos/restore.sh $(Build.SourcesDirectory)
displayName: 'Restore dependencies'
- bash: .scripts/macos/build.sh $(Build.SourcesDirectory)
displayName: 'Build vw.sln'
displayName: 'Build'
- bash: .scripts/macos/test.sh $(Build.SourcesDirectory)
displayName: 'Run tests'
Empty file modified .scripts/macos/build.sh
100644 → 100755
Empty file.
Empty file modified .scripts/macos/restore.sh
100644 → 100755
Empty file.
Empty file modified .scripts/macos/test.sh
100644 → 100755
Empty file.

0 comments on commit 582fec5

Please sign in to comment.